Review fixes.

This commit is contained in:
Dmitry Yunitsky 2016-03-21 17:04:17 +03:00 committed by Sergey Yershov
parent 8b4c4f1a8d
commit dc1952b557
3 changed files with 2 additions and 7 deletions
android
res
src/com/mapswithme/maps/settings

View file

@ -37,8 +37,7 @@
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:hint="@string/editor_edit_place_name_hint"
android:singleLine="true"
android:theme="@style/MwmTheme.Editor.EditText"/>
android:singleLine="true"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>
@ -136,7 +135,6 @@
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:hint="@string/house"
android:theme="@style/MwmTheme.Editor.EditText"
tools:text="79-59"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>
@ -189,7 +187,6 @@
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:hint="@string/phone"
android:theme="@style/MwmTheme.Editor.EditText"
tools:text="+937 99 92"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>
@ -212,7 +209,6 @@
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:hint="@string/website"
android:theme="@style/MwmTheme.Editor.EditText"
tools:text="maps.me"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>
@ -235,7 +231,6 @@
android:id="@+id/input"
style="@style/MwmWidget.Editor.FieldLayout.EditText"
android:hint="@string/email"
android:theme="@style/MwmTheme.Editor.EditText"
tools:text="bugs@maps.me"/>
</com.mapswithme.maps.widget.CustomTextInputLayout>

View file

@ -67,6 +67,7 @@
<style name="MwmWidget.Editor.FieldLayout.EditText">
<item name="android:singleLine">true</item>
<item name="android:textAppearance">@style/MwmTextAppearance.Body1</item>
<item name="android:theme">@style/MwmTheme.Editor.EditText</item>
</style>
<style name="MwmWidget.Editor.Problem" tools:ignore="NewApi">

View file

@ -106,7 +106,6 @@ public class SettingsActivity extends PreferenceActivity
{
Statistics.INSTANCE.trackEvent(Statistics.EventName.Settings.OSM_PROFILE);
startActivity(new Intent(this, ProfileActivity.class));
return;
}
super.onHeaderClick(header, position);