Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-08-28 18:40:13 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-08-28 18:45:32 +0300
commit1e01b0bd183115e3cfae3a12163695c8c658b3c7 (patch)
tree01724ea98743cc5a7111cac733a7f87970b0ae22
parentd7a9ee284f108614ef4eb634def62bfccba9d48b (diff)
[android] Removed google button from profile dialog
-rw-r--r--android/res/layout/fragment_auth_editor_dialog.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/android/res/layout/fragment_auth_editor_dialog.xml b/android/res/layout/fragment_auth_editor_dialog.xml
index 14b85d8fe3..11794ee2a5 100644
--- a/android/res/layout/fragment_auth_editor_dialog.xml
+++ b/android/res/layout/fragment_auth_editor_dialog.xml
@@ -38,25 +38,12 @@
android:layout_marginBottom="@dimen/margin_half_plus"
android:orientation="horizontal"
tools:ignore="ButtonStyle">
-
- <ImageButton
- android:id="@+id/login_google"
- android:layout_width="0dp"
- android:layout_height="@dimen/editor_auth_btn_height"
- android:layout_marginEnd="@dimen/margin_half_plus"
- android:layout_marginRight="@dimen/margin_half_plus"
- android:layout_weight="1"
- android:background="@drawable/button_editor_light"
- android:src="@drawable/ic_login_google"/>
-
<ImageButton
android:id="@+id/login_facebook"
- android:layout_width="0dp"
+ android:layout_width="match_parent"
android:layout_height="@dimen/editor_auth_btn_height"
- android:layout_weight="1"
android:background="@drawable/com_facebook_button_background"
android:src="@drawable/ic_login_fb"/>
-
</LinearLayout>
<Button
@@ -86,4 +73,4 @@
</LinearLayout>
-</ScrollView> \ No newline at end of file
+</ScrollView>