AppDetails: Update header layout to better show unknown apps

This commit is contained in:
Rahul Patel
2024-12-15 00:06:46 +05:30
parent c7fefb12c7
commit 5e40f0cb53
4 changed files with 49 additions and 14 deletions

View File

@@ -107,6 +107,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/txt_line4"
android:layout_marginTop="@dimen/margin_medium"
android:divider="@drawable/divider"
android:orientation="horizontal"
android:showDividers="middle">
@@ -115,7 +116,6 @@
android:id="@+id/btn_secondary_action"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_small"
android:layout_weight="1"
android:backgroundTint="?colorError"
android:textColor="?colorOnError"
@@ -128,7 +128,6 @@
android:id="@+id/btn_primary_action"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_small"
android:layout_weight="1"
app:cornerRadius="@dimen/radius_small"
tools:text="@string/action_install" />