Make number of grid columns adjustable
This commit is contained in:
@@ -17,6 +17,5 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="8dp"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
app:columnCount="@integer/config_columnCount"/>
|
||||
android:clipToPadding="false"/>
|
||||
</de.mm20.launcher2.ui.legacy.view.LauncherCardView>
|
||||
@@ -16,6 +16,5 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:padding="8dp"
|
||||
app:columnCount="@integer/config_columnCount" />
|
||||
android:padding="8dp" />
|
||||
</de.mm20.launcher2.ui.legacy.view.LauncherCardView>
|
||||
Reference in New Issue
Block a user