|
|
|
@ -1,5 +1,4 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<!-- |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?><!-- |
|
|
|
|
Clover - 4chan browser https://github.com/Floens/Clover/ |
|
|
|
|
Copyright (C) 2014 Floens |
|
|
|
|
|
|
|
|
@ -16,8 +15,7 @@ GNU General Public License for more details. |
|
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
--> |
|
|
|
|
<FrameLayout |
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
@ -30,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:paddingBottom="12dp" |
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
|
android:paddingTop="12dp" |
|
|
|
|
style="?attr/board_edit_item_style"/> |
|
|
|
|
style="?attr/board_edit_item_style" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/text" |
|
|
|
@ -39,6 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:layout_marginLeft="36dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:minHeight="50sp" |
|
|
|
|
android:textSize="24sp"/> |
|
|
|
|
android:textSize="24sp" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|