Skip to content

Commit 56761f5

Browse files
committed
Disable RAR password action buttons in settings
1 parent 0d28af6 commit 56761f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

claimManagement/src/main/res/layout/settings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
android:layout_width="0dp"
4141
android:layout_height="wrap_content"
4242
android:layout_weight="1"
43+
android:enabled="false"
4344
android:text="@string/SaveRarPassword"
4445
android:layout_marginBottom="10dp"/>
4546
</LinearLayout>
@@ -64,6 +65,7 @@
6465
android:layout_width="0dp"
6566
android:layout_height="wrap_content"
6667
android:layout_weight="1"
68+
android:enabled="false"
6769
android:text="@string/SaveRarPassword" />
6870
</LinearLayout>
6971

0 commit comments

Comments
 (0)