summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/single_list_item.xml
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-03-06 12:24:22 +0100
committerFup Duck <fupduck@sacknagel.com>2018-03-06 12:24:22 +0100
commit54e95a61bc553d985f6c55823da20985b6103aa0 (patch)
treed723bb57986dcc22766c9f5ebebd34a49cceeb02 /app/src/main/res/layout-xlarge/single_list_item.xml
parentd2a68f7f72de06b26aa6ab0a139512455ba0fe76 (diff)
cleanup - rename layout files
Diffstat (limited to 'app/src/main/res/layout-xlarge/single_list_item.xml')
-rw-r--r--app/src/main/res/layout-xlarge/single_list_item.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/src/main/res/layout-xlarge/single_list_item.xml b/app/src/main/res/layout-xlarge/single_list_item.xml
deleted file mode 100644
index ad3de093..00000000
--- a/app/src/main/res/layout-xlarge/single_list_item.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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.
--->
-
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/text1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:gravity="center_vertical"
- android:paddingStart="?android:attr/listPreferredItemPaddingStart"
- android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
- android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
- android:paddingRight="?android:attr/listPreferredItemPaddingRight"
- android:background="?android:attr/activatedBackgroundIndicator"
- android:minHeight="?android:attr/listPreferredItemHeight" />