Padding tweak
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="2"
|
android:layout_weight="2"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
android:padding="10dp"
|
android:paddingLeft="@dimen/activity_vertical_margin"
|
||||||
android:scrollbarStyle="outsideInset" >
|
android:scrollbarStyle="outsideInset" >
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
android:padding="10dp"
|
android:paddingTop="@dimen/activity_vertical_margin"
|
||||||
android:scrollbarStyle="outsideInset" >
|
android:scrollbarStyle="outsideInset" >
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Reference in New Issue
Block a user