diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-09-14 09:57:48 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-09-14 09:57:48 +0200 |
| commit | 5427beb2cad5be0c695849d7f2f7deabd8166e51 (patch) | |
| tree | 108c372326c82fd608ac8c4cbf1a0e03ff0caccb /main/res/layout | |
| parent | 3bfd4f87361086e67b5809972f314e1c7f669fc4 (diff) | |
| download | cgeo-5427beb2cad5be0c695849d7f2f7deabd8166e51.zip cgeo-5427beb2cad5be0c695849d7f2f7deabd8166e51.tar.gz cgeo-5427beb2cad5be0c695849d7f2f7deabd8166e51.tar.bz2 | |
Remove out-of-band registration for OAuth
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/authorization_activity.xml | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/main/res/layout/authorization_activity.xml b/main/res/layout/authorization_activity.xml index 771592d..28c1987 100644 --- a/main/res/layout/authorization_activity.xml +++ b/main/res/layout/authorization_activity.xml @@ -44,27 +44,11 @@ android:textColor="?text_color" android:textSize="14sp" /> - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="vertical" - android:padding="7dip" > - - <Button - android:id="@+id/start" - style="@style/button_full" /> - - <EditText - android:id="@+id/pin" - style="@style/edittext_full" - android:inputType="number" - android:visibility="gone" /> + <Button + android:id="@+id/start" + style="@style/button_full" + android:layout_margin="7dip" /> - <Button - android:id="@+id/pin_button" - style="@style/button_full" - android:visibility="visible" /> - </LinearLayout> </LinearLayout> </ScrollView> |
