Update: Theme Touch Up

Update: Increased Text Size in App Page
This commit is contained in:
LooKeR
2021-10-17 11:40:13 +05:30
parent 0fafcfe3cd
commit a35646c2e5
8 changed files with 44 additions and 40 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -79,22 +80,21 @@
android:textColor="?android:attr/textColorSecondary"
android:textSize="12sp" />
<ProgressBar
<com.google.android.material.progressindicator.LinearProgressIndicator
android:id="@+id/progress"
style="@android:style/Widget.Material.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginBottom="2dp"
android:indeterminateTint="?attr/colorPrimary" />
app:trackCornerRadius="2dp" />
</LinearLayout>
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/action"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@drawable/background_border" />
app:cornerRadius="8dp" />
</LinearLayout>