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

Commit

Permalink
Fixed background misplaced when app list is almost empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymanou committed Aug 23, 2013
1 parent 1c1096b commit cd6efca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/layout/mainlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:background="?attr/drawable_background"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/restrictionlist.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:background="?attr/drawable_background"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
Expand Down

0 comments on commit cd6efca

Please sign in to comment.