Changeset 14698


Ignore:
Timestamp:
04/22/13 13:41:02 (12 years ago)
Author:
cnpetrie
Message:

Adjusted issMapSelection.xml to look prettier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mobile/android/ISSM_APP/res/layout/issmmapselection.xml

    r14694 r14698  
    3333        android:ems="10"
    3434        android:gravity="center"
     35        android:textStyle="bold"
    3536        android:text="@string/Antarctica" />
    3637
     
    4546        android:ems="10"
    4647        android:gravity="center"
    47         android:text="@string/Greenland"
    48         android:textStyle="bold" >
     48        android:textStyle="bold"
     49        android:text="@string/Greenland" >
    4950
    5051        <requestFocus />
     
    5556        android:layout_width="150dip"
    5657        android:layout_height="150dip"
    57         android:layout_above="@+id/EditText01"
    5858        android:layout_centerHorizontal="true"
    59         android:layout_margin="@dimen/padding_medium"
     59        android:layout_margin="35dp"
    6060        android:contentDescription="@string/Greenland"
    61         android:layout_marginBottom="18dp"
    6261        android:padding="12dp"
    6362        android:scaleType="fitXY"
Note: See TracChangeset for help on using the changeset viewer.