android: Do not use deprecated TwoLineListItem
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
for more details.
|
||||
-->
|
||||
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="8dip"
|
||||
@@ -44,4 +44,4 @@
|
||||
android:ellipsize="end"
|
||||
android:textIsSelectable="false" />
|
||||
|
||||
</TwoLineListItem>
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
for more details.
|
||||
-->
|
||||
<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
@@ -36,4 +36,4 @@
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
|
||||
</TwoLineListItem>
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user