mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Show updated button style
This commit is contained in:
parent
ce647baaf3
commit
ee344bab8d
@ -32,6 +32,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="@dimen/shape_margin_medium"
|
||||
android:layout_marginTop="@dimen/shape_margin_medium"
|
||||
app:layout_constraintBottom_toTopOf="@id/modeBar"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@ -39,16 +40,15 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/buttonUpdated"
|
||||
style="@style/Widget.Material3.Button.UnelevatedButton"
|
||||
style="@style/Widget.Material3.Button.ElevatedButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="@dimen/shape_margin_medium"
|
||||
android:drawableEnd="@drawable/ic_arrow_up"
|
||||
android:drawableTint="?colorControlNormal"
|
||||
android:drawableTint="?attr/colorPrimary"
|
||||
android:paddingHorizontal="@dimen/shape_margin_medium"
|
||||
android:text="@string/updates"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="?colorControlNormal"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/buttonUpdateAll"
|
||||
app:layout_constraintHorizontal_chainStyle="spread_inside"
|
||||
|
Loading…
x
Reference in New Issue
Block a user