static
This commit is contained in:
parent
cc5d9fe06a
commit
4ab65e90fd
|
|
@ -25,8 +25,8 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:ellipsize="start"
|
android:ellipsize="start"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
android:maxLines="1"
|
||||||
android:maxLines="1"/>
|
android:textAppearance="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"/>
|
||||||
</android.support.v7.widget.Toolbar>
|
</android.support.v7.widget.Toolbar>
|
||||||
|
|
||||||
<android.support.v7.widget.RecyclerView
|
<android.support.v7.widget.RecyclerView
|
||||||
|
|
@ -83,9 +83,9 @@
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:hint="@string/nnf_filename"
|
android:hint="@string/nnf_filename"
|
||||||
|
android:maxLines="1"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"/>
|
||||||
android:singleLine="true"/>
|
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/nnf_button_ok_newfile"
|
android:id="@+id/nnf_button_ok_newfile"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue