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_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
||||||
app:spanCount="@integer/columns"/>
|
app:spanCount="@integer/directory_columns"/>
|
||||||
|
|
||||||
</android.support.v4.widget.SwipeRefreshLayout>
|
</android.support.v4.widget.SwipeRefreshLayout>
|
||||||
</android.support.design.widget.CoordinatorLayout>
|
</android.support.design.widget.CoordinatorLayout>
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
||||||
app:spanCount="@integer/columns"/>
|
app:spanCount="@integer/directory_columns"/>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<resources>
|
<resources>
|
||||||
<integer name="columns">3</integer>
|
<integer name="directory_columns">3</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<resources>
|
<resources>
|
||||||
<integer name="columns">4</integer>
|
<integer name="directory_columns">4</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<resources>
|
<resources>
|
||||||
<integer name="columns">2</integer>
|
<integer name="directory_columns">2</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue