Skip to content

Commit

Permalink
Add backgrounds to a few layouts
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Ringle <eddie@eringle.net>
  • Loading branch information
EddieRingle committed Feb 15, 2013
1 parent ee39164 commit 7851085
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/layout/list_fragment.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--> -->


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@android:color/white"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
Expand Down
1 change: 1 addition & 0 deletions res/layout/profile.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--> -->


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@android:color/white"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
Expand Down
2 changes: 1 addition & 1 deletion res/values/themes.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<item name="android:paddingLeft">15dip</item> <item name="android:paddingLeft">15dip</item>
</style> </style>
<style name="CustomTitlePageIndicator"> <style name="CustomTitlePageIndicator">
<item name="android:background">@android:color/transparent</item> <item name="android:background">@android:color/white</item>
<!--<item name="footerColor">#FFCACACA</item>--> <!--<item name="footerColor">#FFCACACA</item>-->
<item name="footerColor">@color/github_blue</item> <item name="footerColor">@color/github_blue</item>
<item name="footerLineHeight">1dp</item> <item name="footerLineHeight">1dp</item>
Expand Down

0 comments on commit 7851085

Please sign in to comment.