mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-04 16:45:11 -05:00
added missing xml file
This commit is contained in:
parent
f3dbb9c36c
commit
319d1c7541
3469
src/keepass2android/Resources/Resource.designer.cs
generated
3469
src/keepass2android/Resources/Resource.designer.cs
generated
File diff suppressed because it is too large
Load Diff
13
src/keepass2android/Resources/layout/file_storage_setup.xml
Normal file
13
src/keepass2android/Resources/layout/file_storage_setup.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<ProgressBar
|
||||
android:id="@+id/fssa_progress_bar"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_centerInParent="true"
|
||||
android:indeterminateOnly="true" />
|
||||
</RelativeLayout>
|
Loading…
Reference in New Issue
Block a user