remove a redundant setting of showing other timezones

This commit is contained in:
tibbi
2018-03-14 10:17:24 +01:00
parent b7faad8742
commit 25fd5c5098
8 changed files with 7 additions and 57 deletions

View File

@ -189,29 +189,6 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_display_other_timezones_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_margin"
android:background="?attr/selectableItemBackground"
android:paddingBottom="@dimen/activity_margin"
android:paddingLeft="@dimen/normal_margin"
android:paddingRight="@dimen/normal_margin"
android:paddingTop="@dimen/activity_margin">
<com.simplemobiletools.commons.views.MySwitchCompat
android:id="@+id/settings_display_other_timezones"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:clickable="false"
android:paddingLeft="@dimen/medium_margin"
android:paddingStart="@dimen/medium_margin"
android:text="@string/display_other_time_zones"/>
</RelativeLayout>
<View
android:id="@+id/alarm_tab_divider"
android:layout_width="match_parent"