Replace or remove usages of AppCompat styles
This commit is contained in:
parent
878cc45c04
commit
6687f5dc18
6 changed files with 4 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/changelog_loading"
|
||||
style="@style/Widget.AppCompat.ProgressBar"
|
||||
style="?attr/progressBarStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/exportButton"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
|
@ -43,7 +42,6 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/shareButton"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/pickDocumentButton"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
|
@ -57,7 +56,6 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/importButton"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
|
@ -72,7 +70,6 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/closeButton"
|
||||
style="@style/Widget.AppCompat.Button.Colored"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/message_list_progress"
|
||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/toolbar"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/message_headers_loading"
|
||||
style="@style/Widget.AppCompat.ProgressBar"
|
||||
style="?attr/progressBarStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/message_list_progress"
|
||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/toolbar"
|
||||
|
|
Loading…
Reference in a new issue