diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-02-02 14:45:43 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-02-02 14:45:43 +0100 |
| commit | b4f5f85823ea0663898a835822803d77ae29239b (patch) | |
| tree | 27bc41a39e6c151b8f556980c1c3b2a63be83761 /main/res/layout/fieldnote_export_dialog.xml | |
| parent | 586c04c857f5ddb42be3567ddd7172eecb0a3632 (diff) | |
| download | cgeo-b4f5f85823ea0663898a835822803d77ae29239b.zip cgeo-b4f5f85823ea0663898a835822803d77ae29239b.tar.gz cgeo-b4f5f85823ea0663898a835822803d77ae29239b.tar.bz2 | |
Remove background attributes on layouts
If a background attribute is set on both a layout and a theme, the
background is drawn twice. Since our themes define a background color,
there is no need to set it on individual layouts too.
Diffstat (limited to 'main/res/layout/fieldnote_export_dialog.xml')
| -rw-r--r-- | main/res/layout/fieldnote_export_dialog.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/res/layout/fieldnote_export_dialog.xml b/main/res/layout/fieldnote_export_dialog.xml index 4548602..02ab182 100644 --- a/main/res/layout/fieldnote_export_dialog.xml +++ b/main/res/layout/fieldnote_export_dialog.xml @@ -2,7 +2,6 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?background_color"
android:orientation="vertical"
android:padding="3dip" >
|
