]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fu: profile color control
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Feb 2019 20:09:28 +0000 (22:09 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 17 Feb 2019 20:09:28 +0000 (22:09 +0200)
app/src/main/res/layout/color_selector_item.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml

diff --git a/app/src/main/res/layout/color_selector_item.xml b/app/src/main/res/layout/color_selector_item.xml
new file mode 100644 (file)
index 0000000..66b95d1
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent" android:layout_height="80dp"
+    android:gravity="center_vertical|center_horizontal"
+    android:textColor="@android:color/transparent">
+</TextView>
\ No newline at end of file
index 89a2a4db2fd7ce0230eb5f80a7def5a464c2e8a3..18e5a189f22badd6bd587cf5e8e98aa0f3d97e53 100644 (file)
     <string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem.</string>
     <string name="send_crash_via">Send crash report via:</string>
     <string name="btn_show_report">Show report</string>
+    <string name="color_label">Color</string>
 </resources>