mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
rename "columns" resource to "directory_columns"
This commit is contained in:
parent
c6a8ff4b2f
commit
4b243b5498
@ -16,7 +16,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
||||
app:spanCount="@integer/columns"/>
|
||||
app:spanCount="@integer/directory_columns"/>
|
||||
|
||||
</android.support.v4.widget.SwipeRefreshLayout>
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
|
@ -6,4 +6,4 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
||||
app:spanCount="@integer/columns"/>
|
||||
app:spanCount="@integer/directory_columns"/>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<integer name="columns">3</integer>
|
||||
<integer name="directory_columns">3</integer>
|
||||
</resources>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<integer name="columns">4</integer>
|
||||
<integer name="directory_columns">4</integer>
|
||||
</resources>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<integer name="columns">2</integer>
|
||||
<integer name="directory_columns">2</integer>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user