|
@@ -2,8 +2,8 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:id="@+id/layout"
|
|
android:id="@+id/layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:layout_margin="8dip"
|
|
|
|
|
|
|
+ android:layout_height="90dp"
|
|
|
|
|
+ android:layout_margin="20dip"
|
|
|
android:background="@drawable/my_backgrnd_shape">
|
|
android:background="@drawable/my_backgrnd_shape">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -15,7 +15,7 @@
|
|
|
android:layout_margin="4dip"
|
|
android:layout_margin="4dip"
|
|
|
android:gravity="center_horizontal|center_vertical"
|
|
android:gravity="center_horizontal|center_vertical"
|
|
|
android:text="Text"
|
|
android:text="Text"
|
|
|
- android:textSize="36dp"
|
|
|
|
|
|
|
+ android:textSize="28dp"
|
|
|
android:textStyle="bold"></TextView>
|
|
android:textStyle="bold"></TextView>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|