mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix file manager button
This commit is contained in:
@@ -30,17 +30,11 @@
|
|||||||
android:text="@string/file_manager_install_description"
|
android:text="@string/file_manager_install_description"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_marginBottom="12dp" />
|
android:layout_marginBottom="12dp" />
|
||||||
<LinearLayout
|
<Button
|
||||||
|
android:id="@+id/file_manager_button"
|
||||||
|
android:layout_margin="@dimen/button_margin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:orientation="vertical">
|
android:text="@string/file_browser" />
|
||||||
<Button
|
|
||||||
android:id="@+id/file_manager_button"
|
|
||||||
android:layout_margin="@dimen/button_margin"
|
|
||||||
android:layout_width="200sp"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:enabled="false"
|
|
||||||
android:text="@string/file_browser" />
|
|
||||||
</LinearLayout>
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Reference in New Issue
Block a user