Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Layout improvements
Browse files Browse the repository at this point in the history
Refs #1933
  • Loading branch information
M66B committed Aug 30, 2014
1 parent 3abdf7b commit 67831e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions res/layout/mainentry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
android:layout_gravity="center_vertical"
android:background="@drawable/list_item_pressed"
android:contentDescription="@string/help_application"
android:paddingLeft="6dip"
android:paddingRight="6dip" />
android:paddingLeft="3dip"
android:paddingRight="3dip" />

<LinearLayout
android:layout_width="wrap_content"
Expand Down Expand Up @@ -79,6 +79,7 @@
android:background="@drawable/list_item_pressed"
android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingLeft="3dip"
android:textAppearance="?android:attr/textAppearanceSmall" />

<ImageView
Expand Down
2 changes: 1 addition & 1 deletion res/layout/mainlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
android:layout_marginRight="@dimen/activity_horizontal_margin_list"
android:layout_marginTop="6dip"
android:choiceMode="none"
android:paddingRight="12dip"
android:paddingRight="6dip"
android:scrollbarStyle="insideInset" />

<ScrollView
Expand Down
2 changes: 1 addition & 1 deletion res/layout/restrictionlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
android:layout_marginRight="@dimen/activity_horizontal_margin_list"
android:layout_marginTop="6dip"
android:choiceMode="none"
android:paddingRight="12dip"
android:paddingRight="6dip"
android:scrollbarStyle="insideInset" />

<ScrollView
Expand Down

0 comments on commit 67831e6

Please sign in to comment.