aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/gpx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/gpx.xml')
-rw-r--r--main/res/layout/gpx.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/res/layout/gpx.xml b/main/res/layout/gpx.xml
index 4367f82..fc743bd 100644
--- a/main/res/layout/gpx.xml
+++ b/main/res/layout/gpx.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:background="?background_color"
+ tools:context=".files.AbstractFileListActivity" >
<Button
android:id="@+id/select_dir"