aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-10-03 09:19:49 +0200
committerBananeweizen <Bananeweizen@gmx.de>2012-10-03 09:21:40 +0200
commit9a6be819050d995ef0c6af6175565246d5c38331 (patch)
treedac110c0d6374066cb8525441c4ab1da3761192f /main/res/layout
parent9c8674a202fc2a3ce7d95decb91c9d8dacdf8cd7 (diff)
downloadcgeo-9a6be819050d995ef0c6af6175565246d5c38331.zip
cgeo-9a6be819050d995ef0c6af6175565246d5c38331.tar.gz
cgeo-9a6be819050d995ef0c6af6175565246d5c38331.tar.bz2
fix #2074: new option to remove colors from log entries
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/init.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml
index d4c87b7..f149ce4 100644
--- a/main/res/layout/init.xml
+++ b/main/res/layout/init.xml
@@ -603,6 +603,26 @@
android:textColor="?text_color"
android:text="@string/init_maptrail" />
</LinearLayout>
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" >
+ <CheckBox android:id="@+id/plain_logs"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="left"
+ android:padding="1px"
+ android:gravity="center" />
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:gravity="left"
+ android:paddingRight="3dip"
+ android:textSize="14dip"
+ android:textColor="?text_color"
+ android:text="@string/init_plain_logs" />
+ </LinearLayout>
</LinearLayout>
<!-- ** -->
<RelativeLayout style="@style/separator_horizontal_layout" >