diff --git a/res/drawable/action_title.9.png b/res/drawable/action_title.9.png new file mode 100644 index 0000000..85e7cbe Binary files /dev/null and b/res/drawable/action_title.9.png differ diff --git a/res/layout/action_row_item.xml b/res/layout/action_row_item.xml new file mode 100644 index 0000000..e31a6ec --- /dev/null +++ b/res/layout/action_row_item.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/res/layout/action_row_title.xml b/res/layout/action_row_title.xml new file mode 100644 index 0000000..aa22e81 --- /dev/null +++ b/res/layout/action_row_title.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/res/layout/actions.xml b/res/layout/actions.xml index a39fa0b..1c2fed8 100644 --- a/res/layout/actions.xml +++ b/res/layout/actions.xml @@ -3,6 +3,6 @@ android:id="@+id/actions" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@android:color/darker_gray" - android:cacheColorHint="@android:color/darker_gray" + android:background="@color/actions_background" + android:cacheColorHint="@android:color/transparent" android:divider="@null" /> \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml new file mode 100644 index 0000000..7704f99 --- /dev/null +++ b/res/values/colors.xml @@ -0,0 +1,6 @@ + + + @android:color/white + #FF0E64A3 + @android:color/white + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index 6ce89c7..98bd962 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,5 +1,29 @@ + + +