hide the horizontal scrolling toggle for now
This commit is contained in:
parent
a3876f67cd
commit
74aa953cc5
|
@ -214,7 +214,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/medium_margin"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:padding="@dimen/activity_margin">
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:visibility="gone">
|
||||
|
||||
<com.simplemobiletools.commons.views.MySwitchCompat
|
||||
android:id="@+id/settings_scroll_horizontally"
|
||||
|
|
Loading…
Reference in New Issue