fix a confusion on which button does what
This commit is contained in:
parent
7c538698fa
commit
53f2962e5d
2 changed files with 6 additions and 4 deletions
|
@ -64,7 +64,8 @@
|
||||||
android:id="@+id/button"
|
android:id="@+id/button"
|
||||||
android:layout_alignTop="@+id/main_clone_button"
|
android:layout_alignTop="@+id/main_clone_button"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_alignParentStart="true" />
|
android:layout_alignParentStart="true"
|
||||||
|
android:textSize="11sp" />
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/main_clone_button"
|
android:id="@+id/main_clone_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -75,7 +76,8 @@
|
||||||
android:text="@string/clone"
|
android:text="@string/clone"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignParentEnd="true" />
|
android:layout_alignParentEnd="true"
|
||||||
|
android:textSize="11sp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
|
|
||||||
<!-- Clone fragment -->
|
<!-- Clone fragment -->
|
||||||
<string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string>
|
<string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string>
|
||||||
<string name="clone">Clone existing</string>
|
<string name="clone">Clone from server</string>
|
||||||
<string name="initialize">Create new</string>
|
<string name="initialize">Use local directory</string>
|
||||||
|
|
||||||
<string name="server_name">Server</string>
|
<string name="server_name">Server</string>
|
||||||
<string name="server_protocol">Protocol</string>
|
<string name="server_protocol">Protocol</string>
|
||||||
|
|
Loading…
Reference in a new issue