diff options
author | pacien | 2018-08-07 00:10:26 +0200 |
---|---|---|
committer | pacien | 2018-08-07 00:10:26 +0200 |
commit | 123d40dbf3921c5b39938f3b18460eb4a11bf3d6 (patch) | |
tree | 1c17bf2ee5b2a96eacec181b25d775c0dfe47349 /app/src/main | |
parent | 4079a18706ca817d40c66d5f31573800c7121815 (diff) | |
download | tincapp-123d40dbf3921c5b39938f3b18460eb4a11bf3d6.tar.gz |
New app color scheme
Diffstat (limited to 'app/src/main')
19 files changed, 35 insertions, 31 deletions
diff --git a/app/src/main/res/drawable/horizontal_line.xml b/app/src/main/res/drawable/horizontal_line.xml index a95e4f1..e9e9fab 100644 --- a/app/src/main/res/drawable/horizontal_line.xml +++ b/app/src/main/res/drawable/horizontal_line.xml | |||
@@ -20,5 +20,5 @@ | |||
20 | 20 | ||
21 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> | 21 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
22 | <size android:height="1dp"/> | 22 | <size android:height="1dp"/> |
23 | <solid android:color="@color/colorPrimaryLighter"/> | 23 | <solid android:color="@color/separator"/> |
24 | </shape> | 24 | </shape> |
diff --git a/app/src/main/res/drawable/ic_build_primary_24dp.xml b/app/src/main/res/drawable/ic_build_primary_24dp.xml index 187b4c0..bf42151 100644 --- a/app/src/main/res/drawable/ic_build_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_build_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportWidth="24.0" | 23 | android:viewportWidth="24.0" |
24 | android:viewportHeight="24.0"> | 24 | android:viewportHeight="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z"/> | 27 | android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_help_primary_24dp.xml b/app/src/main/res/drawable/ic_help_primary_24dp.xml index 6baef6e..6f1cf22 100644 --- a/app/src/main/res/drawable/ic_help_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_help_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportWidth="24.0" | 23 | android:viewportWidth="24.0" |
24 | android:viewportHeight="24.0"> | 24 | android:viewportHeight="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/> | 27 | android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_link_off_primary_24dp.xml b/app/src/main/res/drawable/ic_link_off_primary_24dp.xml index c88096d..e58d740 100644 --- a/app/src/main/res/drawable/ic_link_off_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_link_off_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24" | 23 | android:viewportHeight="24" |
24 | android:viewportWidth="24"> | 24 | android:viewportWidth="24"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M17,7h-4v1.9h4c1.71,0 3.1,1.39 3.1,3.1 0,1.43 -0.98,2.63 -2.31,2.98l1.46,1.46C20.88,15.61 22,13.95 22,12c0,-2.76 -2.24,-5 -5,-5zM16,11h-2.19l2,2L16,13zM2,4.27l3.11,3.11C3.29,8.12 2,9.91 2,12c0,2.76 2.24,5 5,5h4v-1.9L7,15.1c-1.71,0 -3.1,-1.39 -3.1,-3.1 0,-1.59 1.21,-2.9 2.76,-3.07L8.73,11L8,11v2h2.73L13,15.27L13,17h1.73l4.01,4L20,19.74 3.27,3 2,4.27z"/> | 27 | android:pathData="M17,7h-4v1.9h4c1.71,0 3.1,1.39 3.1,3.1 0,1.43 -0.98,2.63 -2.31,2.98l1.46,1.46C20.88,15.61 22,13.95 22,12c0,-2.76 -2.24,-5 -5,-5zM16,11h-2.19l2,2L16,13zM2,4.27l3.11,3.11C3.29,8.12 2,9.91 2,12c0,2.76 2.24,5 5,5h4v-1.9L7,15.1c-1.71,0 -3.1,-1.39 -3.1,-3.1 0,-1.59 1.21,-2.9 2.76,-3.07L8.73,11L8,11v2h2.73L13,15.27L13,17h1.73l4.01,4L20,19.74 3.27,3 2,4.27z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_pause_circle_filled_primary_24dp.xml b/app/src/main/res/drawable/ic_pause_circle_filled_primary_24dp.xml index 85e5da1..3e7b3df 100644 --- a/app/src/main/res/drawable/ic_pause_circle_filled_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_pause_circle_filled_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM11,16L9,16L9,8h2v8zM15,16h-2L13,8h2v8z"/> | 27 | android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM11,16L9,16L9,8h2v8zM15,16h-2L13,8h2v8z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_pause_circle_outline_primary_24dp.xml b/app/src/main/res/drawable/ic_pause_circle_outline_primary_24dp.xml index 5613f25..245cb7e 100644 --- a/app/src/main/res/drawable/ic_pause_circle_outline_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_pause_circle_outline_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M9,16h2L11,8L9,8v8zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM13,16h2L15,8h-2v8z"/> | 27 | android:pathData="M9,16h2L11,8L9,8v8zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM13,16h2L15,8h-2v8z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_photo_camera_primary_24dp.xml b/app/src/main/res/drawable/ic_photo_camera_primary_24dp.xml index 7ac9983..b511a87 100644 --- a/app/src/main/res/drawable/ic_photo_camera_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_photo_camera_primary_24dp.xml | |||
@@ -23,9 +23,9 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M12,12m-3.2,0a3.2,3.2 0,1 1,6.4 0a3.2,3.2 0,1 1,-6.4 0"/> | 27 | android:pathData="M12,12m-3.2,0a3.2,3.2 0,1 1,6.4 0a3.2,3.2 0,1 1,-6.4 0"/> |
28 | <path | 28 | <path |
29 | android:fillColor="@color/textPrimary" | 29 | android:fillColor="@color/textTitle" |
30 | android:pathData="M9,2L7.17,4L4,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,6c0,-1.1 -0.9,-2 -2,-2h-3.17L15,2L9,2zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5z"/> | 30 | android:pathData="M9,2L7.17,4L4,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2L22,6c0,-1.1 -0.9,-2 -2,-2h-3.17L15,2L9,2zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5z"/> |
31 | </vector> | 31 | </vector> |
diff --git a/app/src/main/res/drawable/ic_receipt_primary_24dp.xml b/app/src/main/res/drawable/ic_receipt_primary_24dp.xml index 35d339f..42fd1b4 100644 --- a/app/src/main/res/drawable/ic_receipt_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_receipt_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M18,17L6,17v-2h12v2zM18,13L6,13v-2h12v2zM18,9L6,9L6,7h12v2zM3,22l1.5,-1.5L6,22l1.5,-1.5L9,22l1.5,-1.5L12,22l1.5,-1.5L15,22l1.5,-1.5L18,22l1.5,-1.5L21,22L21,2l-1.5,1.5L18,2l-1.5,1.5L15,2l-1.5,1.5L12,2l-1.5,1.5L9,2 7.5,3.5 6,2 4.5,3.5 3,2v20z"/> | 27 | android:pathData="M18,17L6,17v-2h12v2zM18,13L6,13v-2h12v2zM18,9L6,9L6,7h12v2zM3,22l1.5,-1.5L6,22l1.5,-1.5L9,22l1.5,-1.5L12,22l1.5,-1.5L15,22l1.5,-1.5L18,22l1.5,-1.5L21,22L21,2l-1.5,1.5L18,2l-1.5,1.5L15,2l-1.5,1.5L12,2l-1.5,1.5L9,2 7.5,3.5 6,2 4.5,3.5 3,2v20z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_share_primary_24dp.xml b/app/src/main/res/drawable/ic_share_primary_24dp.xml index 2514fec..33d36ee 100644 --- a/app/src/main/res/drawable/ic_share_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_share_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"/> | 27 | android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/drawable/ic_warning_primary_24dp.xml b/app/src/main/res/drawable/ic_warning_primary_24dp.xml index d8fa0fe..9409c08 100644 --- a/app/src/main/res/drawable/ic_warning_primary_24dp.xml +++ b/app/src/main/res/drawable/ic_warning_primary_24dp.xml | |||
@@ -23,6 +23,6 @@ | |||
23 | android:viewportHeight="24.0" | 23 | android:viewportHeight="24.0" |
24 | android:viewportWidth="24.0"> | 24 | android:viewportWidth="24.0"> |
25 | <path | 25 | <path |
26 | android:fillColor="@color/textPrimary" | 26 | android:fillColor="@color/textTitle" |
27 | android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/> | 27 | android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/> |
28 | </vector> | 28 | </vector> |
diff --git a/app/src/main/res/layout/common_progress_dialog.xml b/app/src/main/res/layout/common_progress_dialog.xml index 2c76cd1..fa2f37d 100644 --- a/app/src/main/res/layout/common_progress_dialog.xml +++ b/app/src/main/res/layout/common_progress_dialog.xml | |||
@@ -35,6 +35,7 @@ | |||
35 | android:id="@+id/common_progress_dialog_text" | 35 | android:id="@+id/common_progress_dialog_text" |
36 | android:layout_width="wrap_content" | 36 | android:layout_width="wrap_content" |
37 | android:layout_height="wrap_content" | 37 | android:layout_height="wrap_content" |
38 | android:layout_marginStart="20dp"/> | 38 | android:layout_marginStart="20dp" |
39 | android:textColor="@color/textSecondary"/> | ||
39 | 40 | ||
40 | </LinearLayout> | 41 | </LinearLayout> |
diff --git a/app/src/main/res/layout/dialog_node_details.xml b/app/src/main/res/layout/dialog_node_details.xml index 030c189..938c2a2 100644 --- a/app/src/main/res/layout/dialog_node_details.xml +++ b/app/src/main/res/layout/dialog_node_details.xml | |||
@@ -31,6 +31,7 @@ | |||
31 | android:layout_width="match_parent" | 31 | android:layout_width="match_parent" |
32 | android:layout_height="wrap_content" | 32 | android:layout_height="wrap_content" |
33 | android:fontFamily="monospace" | 33 | android:fontFamily="monospace" |
34 | android:text="@string/message_loading"/> | 34 | android:text="@string/message_loading" |
35 | android:textColor="@color/textSecondary"/> | ||
35 | 36 | ||
36 | </ScrollView> | 37 | </ScrollView> |
diff --git a/app/src/main/res/layout/page_viewlog.xml b/app/src/main/res/layout/page_viewlog.xml index 2cffb16..4eea176 100644 --- a/app/src/main/res/layout/page_viewlog.xml +++ b/app/src/main/res/layout/page_viewlog.xml | |||
@@ -33,6 +33,6 @@ | |||
33 | android:paddingLeft="@dimen/activity_horizontal_margin" | 33 | android:paddingLeft="@dimen/activity_horizontal_margin" |
34 | android:paddingRight="@dimen/activity_horizontal_margin" | 34 | android:paddingRight="@dimen/activity_horizontal_margin" |
35 | android:paddingTop="@dimen/activity_vertical_margin" | 35 |