mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
10 lines
358 B
XML
10 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/tools_plate"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:drawable/dialog_frame"
|
|
android:gravity="bottom"
|
|
android:paddingLeft="15dip"
|
|
android:paddingRight="15dip"
|
|
/>
|