Update: Almost Full Rewrite of theme

This commit is contained in:
LooKeR
2021-10-16 18:57:01 +05:30
parent ac79953c7c
commit 524b804336
21 changed files with 86 additions and 94 deletions

View File

@ -10,21 +10,21 @@
android:layout_height="wrap_content"
android:background="?android:attr/colorBackground"
android:elevation="0dp"
android:paddingHorizontal="10dp"
android:orientation="vertical">
<com.looker.droidify.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="10dp"
android:backgroundTint="?attr/colorPrimarySurface"
android:background="@drawable/background_border" />
<FrameLayout
android:id="@+id/toolbar_extra"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginHorizontal="10dp" />
android:layout_marginTop="10dp" />
</LinearLayout>
@ -34,7 +34,6 @@
android:layout_height="0dp"
android:layout_weight="1"
android:background="?android:attr/colorBackground"
android:layout_marginHorizontal="10dp"
android:layout_marginTop="10dp" />
android:layout_marginHorizontal="10dp" />
</com.looker.droidify.widget.FragmentLinearLayout>

View File

@ -54,7 +54,7 @@
android:layout_height="wrap_content"
android:paddingBottom="2sp"
android:singleLine="true"
android:textColor="?attr/subTextColor"
android:textColor="?attr/colorSurface"
android:textSize="12sp" />
</LinearLayout>
@ -86,7 +86,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginBottom="2dp"
android:indeterminateTint="?android:attr/colorPrimary" />
android:indeterminateTint="?attr/colorPrimary" />
</LinearLayout>

View File

@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="?attr/colorPrimarySurface"
android:background="@drawable/background_border"
android:orientation="vertical">