|
@@ -1,38 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:id="@+id/nnf_item_container"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="?android:listPreferredItemHeight"
|
|
|
- android:background="?selectableItemBackground"
|
|
|
- android:focusable="true"
|
|
|
- android:minHeight="?android:listPreferredItemHeight"
|
|
|
- android:nextFocusLeft="@+id/nnf_button_cancel"
|
|
|
- android:nextFocusRight="@+id/nnf_button_ok"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/item_icon"
|
|
|
- android:layout_width="?android:listPreferredItemHeight"
|
|
|
- android:layout_height="?android:listPreferredItemHeight"
|
|
|
- android:adjustViewBounds="true"
|
|
|
- android:scaleType="center"
|
|
|
- android:src="@drawable/nnf_ic_file_folder"
|
|
|
- android:visibility="visible"
|
|
|
- app:tint="?attr/colorAccent"
|
|
|
- tools:ignore="ContentDescription" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@android:id/text1"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:ellipsize="end"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:maxLines="1"
|
|
|
- android:padding="8dp"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="@string/nnf_name" />
|
|
|
-
|
|
|
-</LinearLayout>
|