diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 06:53:01 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 06:53:01 +0100 |
commit | 4817f11cb0181f66e3724404b391706d09829b3c (patch) | |
tree | f6d5e2aba79a917a3fd3a27d271fee2621b3b1c0 /res/layout | |
parent | 4e1708cada6a0bcb30a20373bd77b14f825c5a43 (diff) |
Fix lints warnings, change folder icons
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/log_silders.xml | 8 | ||||
-rw-r--r-- | res/layout/vpnstatus.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/log_silders.xml b/res/layout/log_silders.xml index 5df97490..1035cb4a 100644 --- a/res/layout/log_silders.xml +++ b/res/layout/log_silders.xml @@ -27,7 +27,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="Timestamps"/> + android:text="@string/timestamps"/> <RadioGroup android:id="@+id/timeFormatRadioGroup" @@ -38,21 +38,21 @@ <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="None" + android:text="@string/timestamps_none" android:id="@+id/radioNone" /> <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Short" + android:text="@string/timestamp_short" android:id="@+id/radioShort" /> <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="ISO" + android:text="@string/timestamp_iso" android:id="@+id/radioISO" /> diff --git a/res/layout/vpnstatus.xml b/res/layout/vpnstatus.xml index 0c765fe6..eb7c53ee 100644 --- a/res/layout/vpnstatus.xml +++ b/res/layout/vpnstatus.xml @@ -9,7 +9,7 @@ <TextView - android:text="Upload" + android:text="@string/uploaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -18,7 +18,7 @@ tools:text="4 Mbit/s 6.7 GB"/> <TextView - android:text="Download" + android:text="@string/downloaded_data" style="@style/logWindowStatusTitle"/> <TextView @@ -34,7 +34,7 @@ <TextView - android:text="Vpn Status" + android:text="@string/vpn_status" style="@style/logWindowStatusTitle"/> <TextView |