hide the horizontal scrolling toggle for now

This commit is contained in:
tibbi 2017-06-18 23:37:55 +02:00
parent a3876f67cd
commit 74aa953cc5
1 changed files with 2 additions and 1 deletions

View File

@ -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"