Loading res/layout/item_root.xml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ <FrameLayout android:layout_width="@dimen/icon_size" android:layout_height="@dimen/icon_size" android:layout_marginEnd="16dp" android:layout_marginStart="@dimen/root_icon_margin" android:layout_marginEnd="@dimen/root_icon_margin" android:duplicateParentState="true"> <ImageView Loading res/values-sw600dp/dimens.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <resources> <dimen name="root_icon_margin">8dp</dimen> </resources> res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <resources> <dimen name="icon_size">40dp</dimen> <dimen name="root_icon_size">24dp</dimen> <dimen name="root_icon_margin">0dp</dimen> <dimen name="grid_width">152dp</dimen> <dimen name="grid_height">176dp</dimen> Loading Loading
res/layout/item_root.xml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ <FrameLayout android:layout_width="@dimen/icon_size" android:layout_height="@dimen/icon_size" android:layout_marginEnd="16dp" android:layout_marginStart="@dimen/root_icon_margin" android:layout_marginEnd="@dimen/root_icon_margin" android:duplicateParentState="true"> <ImageView Loading
res/values-sw600dp/dimens.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <resources> <dimen name="root_icon_margin">8dp</dimen> </resources>
res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <resources> <dimen name="icon_size">40dp</dimen> <dimen name="root_icon_size">24dp</dimen> <dimen name="root_icon_margin">0dp</dimen> <dimen name="grid_width">152dp</dimen> <dimen name="grid_height">176dp</dimen> Loading