diff --git a/res/layout/media_overview_activity.xml b/res/layout/profile_activity.xml similarity index 100% rename from res/layout/media_overview_activity.xml rename to res/layout/profile_activity.xml diff --git a/res/layout/media_overview_document_item.xml b/res/layout/profile_document_item.xml similarity index 94% rename from res/layout/media_overview_document_item.xml rename to res/layout/profile_document_item.xml index 28f6d49d8..38e1c60f7 100644 --- a/res/layout/media_overview_document_item.xml +++ b/res/layout/profile_document_item.xml @@ -23,7 +23,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:textSize="12sp" - android:textColor="?attr/media_overview_document_foreground" + android:textColor="?attr/profile_document_foreground" android:paddingTop="20dp" tools:text="Jun 1"/> diff --git a/res/layout/media_overview_document_item_header.xml b/res/layout/profile_document_item_header.xml similarity index 81% rename from res/layout/media_overview_document_item_header.xml rename to res/layout/profile_document_item_header.xml index 9aebd7c1f..b0a2b6148 100644 --- a/res/layout/media_overview_document_item_header.xml +++ b/res/layout/profile_document_item_header.xml @@ -3,14 +3,14 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?attr/media_overview_toolbar_background" + android:background="?attr/profile_toolbar_background" android:padding="16dp"> diff --git a/res/layout/media_overview_documents_fragment.xml b/res/layout/profile_documents_fragment.xml similarity index 91% rename from res/layout/media_overview_documents_fragment.xml rename to res/layout/profile_documents_fragment.xml index fe944086e..05dca086b 100644 --- a/res/layout/media_overview_documents_fragment.xml +++ b/res/layout/profile_documents_fragment.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/media_overview_toolbar_background"> + android:background="?attr/profile_toolbar_background"> + android:background="?attr/profile_toolbar_background"> diff --git a/res/menu/media_overview_context.xml b/res/menu/profile_context.xml similarity index 100% rename from res/menu/media_overview_context.xml rename to res/menu/profile_context.xml diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 867a1a137..eaea83bcf 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -136,11 +136,10 @@ - - - - - + + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index e43a98519..141938bf0 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -44,7 +44,7 @@ 4dp 18dp - 3 + 3 52dp diff --git a/res/values/themes.xml b/res/values/themes.xml index 5cd86a882..ef0871cf8 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -17,11 +17,10 @@ #a0000000 @color/delta_primary_dark - @color/white - @color/gray70 - @color/gray50 - @color/gray70 - @color/white + @color/white + @color/gray70 + @color/gray50 + @color/gray70