diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-09-02 10:50:49 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-09-02 10:50:49 +0200 |
| commit | 2678ca3ce74538605d75cb146bd2f94f4985cd6b (patch) | |
| tree | 970e92a3ef405af572deec029ee836667aa8fbf1 /android/src/main/res/layout | |
| parent | 7648714c9ca63d2623ea78e76ff33bb030bf6d14 (diff) | |
| download | mullvadvpn-2678ca3ce74538605d75cb146bd2f94f4985cd6b.tar.xz mullvadvpn-2678ca3ce74538605d75cb146bd2f94f4985cd6b.zip | |
Re-order Android layout for consistency
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/wireguard_key.xml | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/android/src/main/res/layout/wireguard_key.xml b/android/src/main/res/layout/wireguard_key.xml index da316c5f99..90d41fbebd 100644 --- a/android/src/main/res/layout/wireguard_key.xml +++ b/android/src/main/res/layout/wireguard_key.xml @@ -87,34 +87,6 @@ </LinearLayout> <LinearLayout - android:id="@+id/wireguard_manage_keys" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="24dp" - android:background="@drawable/cell_button_background" - android:clickable="true" - android:gravity="center" - android:paddingHorizontal="16dp" - android:visibility="gone"> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:paddingHorizontal="8dp" - android:paddingVertical="17dp" - android:text="@string/wireguard_manage_keys" - android:textColor="@color/white" - android:textSize="20sp" - android:textStyle="bold" /> - - <ImageView - android:layout_width="16dp" - android:layout_height="16dp" - android:alpha="0.6" - android:src="@drawable/icon_extlink" /> - </LinearLayout> - - <LinearLayout android:id="@+id/wireguard_button_container" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -150,4 +122,32 @@ </RelativeLayout> </LinearLayout> + <LinearLayout + android:id="@+id/wireguard_manage_keys" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="24dp" + android:background="@drawable/cell_button_background" + android:clickable="true" + android:gravity="center" + android:paddingHorizontal="16dp" + android:visibility="gone"> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingHorizontal="8dp" + android:paddingVertical="17dp" + android:text="@string/wireguard_manage_keys" + android:textColor="@color/white" + android:textSize="20sp" + android:textStyle="bold" /> + + <ImageView + android:layout_width="16dp" + android:layout_height="16dp" + android:alpha="0.6" + android:src="@drawable/icon_extlink" /> + </LinearLayout> + </LinearLayout> |
