Changeset 14698
- Timestamp:
- 04/22/13 13:41:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/mobile/android/ISSM_APP/res/layout/issmmapselection.xml
r14694 r14698 33 33 android:ems="10" 34 34 android:gravity="center" 35 android:textStyle="bold" 35 36 android:text="@string/Antarctica" /> 36 37 … … 45 46 android:ems="10" 46 47 android:gravity="center" 47 android:text ="@string/Greenland"48 android:text Style="bold" >48 android:textStyle="bold" 49 android:text="@string/Greenland" > 49 50 50 51 <requestFocus /> … … 55 56 android:layout_width="150dip" 56 57 android:layout_height="150dip" 57 android:layout_above="@+id/EditText01"58 58 android:layout_centerHorizontal="true" 59 android:layout_margin=" @dimen/padding_medium"59 android:layout_margin="35dp" 60 60 android:contentDescription="@string/Greenland" 61 android:layout_marginBottom="18dp"62 61 android:padding="12dp" 63 62 android:scaleType="fitXY"
Note:
See TracChangeset
for help on using the changeset viewer.