diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 97e6a2da8..e649e8a76 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:label="@string/app_name" android:name=".TuskyApplication" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/TuskyTheme"> @@ -68,14 +69,14 @@ + android:theme="@style/TuskyBaseTheme" /> diff --git a/app/src/main/res/drawable-night/background_dialog_activity.xml b/app/src/main/res/drawable-night/background_dialog_activity.xml new file mode 100644 index 000000000..37a2b6c1d --- /dev/null +++ b/app/src/main/res/drawable-night/background_dialog_activity.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/background_dialog_activity.xml b/app/src/main/res/drawable/background_dialog_activity.xml new file mode 100644 index 000000000..06b36455a --- /dev/null +++ b/app/src/main/res/drawable/background_dialog_activity.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-w640dp/fragment_timeline.xml b/app/src/main/res/layout-w640dp/fragment_timeline.xml new file mode 100644 index 000000000..914b593aa --- /dev/null +++ b/app/src/main/res/layout-w640dp/fragment_timeline.xml @@ -0,0 +1,20 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-w640dp/fragment_view_thread.xml b/app/src/main/res/layout-w640dp/fragment_view_thread.xml new file mode 100644 index 000000000..2d6dad873 --- /dev/null +++ b/app/src/main/res/layout-w640dp/fragment_view_thread.xml @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_compose.xml b/app/src/main/res/layout/activity_compose.xml index a62f0614b..4a4090c90 100644 --- a/app/src/main/res/layout/activity_compose.xml +++ b/app/src/main/res/layout/activity_compose.xml @@ -25,7 +25,7 @@ @@ -257,8 +257,8 @@ + tools:text="500" /> + android:layout_height="match_parent" + android:background="?attr/tab_page_margin_drawable"> - + android:layout_gravity="center"> - + - + + + + diff --git a/app/src/main/res/values-large/dimens.xml b/app/src/main/res/values-large/dimens.xml new file mode 100644 index 000000000..046974e0d --- /dev/null +++ b/app/src/main/res/values-large/dimens.xml @@ -0,0 +1,6 @@ + + 400dp + + 160dp + 180dp + diff --git a/app/src/main/res/values-large/styles.xml b/app/src/main/res/values-large/styles.xml new file mode 100644 index 000000000..71044ab1a --- /dev/null +++ b/app/src/main/res/values-large/styles.xml @@ -0,0 +1,12 @@ + + + + diff --git a/app/src/main/res/values-night-v27/styles.xml b/app/src/main/res/values-night-v27/styles.xml index c8e6d6fb4..51d8e8165 100644 --- a/app/src/main/res/values-night-v27/styles.xml +++ b/app/src/main/res/values-night-v27/styles.xml @@ -1,7 +1,7 @@ - -