Improve updates fragment actions

This commit is contained in:
Rahul Kumar Patel
2021-03-20 02:28:29 +05:30
parent 48c5651250
commit 4023a1881e
9 changed files with 151 additions and 55 deletions

View File

@@ -67,8 +67,20 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_cancel"
android:textAppearance="@style/TextAppearance.Aurora.Line1"
android:textColor="@color/colorRed" />
android:textAppearance="@style/TextAppearance.Aurora.Line1" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
android:id="@+id/btn_install"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_install"
android:textAppearance="@style/TextAppearance.Aurora.Line1" />
</RelativeLayout>
</ViewFlipper>
</RelativeLayout>