diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-16 21:01:54 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-16 21:01:54 -1000 |
| commit | b9aa6735dcd8460af199b937ab58d51a7b59f931 (patch) | |
| tree | db527407e9d022861e55602dfb773d3a9ebb2799 /main/res/layout-land | |
| parent | 76a7404e536047dd74721ac9c89fd10a8a2dd16d (diff) | |
| download | cgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.zip cgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.tar.gz cgeo-b9aa6735dcd8460af199b937ab58d51a7b59f931.tar.bz2 | |
Fix Overdraw
The background was being redrawn several times over as each activity
was drawing it rather than inheriting from the theme
Diffstat (limited to 'main/res/layout-land')
| -rw-r--r-- | main/res/layout-land/navigate.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml index 5965128..9cf0def 100644 --- a/main/res/layout-land/navigate.xml +++ b/main/res/layout-land/navigate.xml @@ -2,7 +2,6 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="?background_color" android:orientation="vertical" > <include layout="@layout/actionbar" /> |
