Before Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 531 B |
After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 346 B |
After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 637 B |
After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 875 B |
After Width: | Height: | Size: 490 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 632 B |
@ -0,0 +1,31 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<!-- |
||||||
|
Clover - 4chan browser https://github.com/Floens/Clover/ |
||||||
|
Copyright (C) 2014 Floens |
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify |
||||||
|
it under the terms of the GNU General Public License as published by |
||||||
|
the Free Software Foundation, either version 3 of the License, or |
||||||
|
(at your option) any later version. |
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, |
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||||
|
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/>. |
||||||
|
--> |
||||||
|
<TextView |
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:id="@android:id/text1" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:textSize="16sp" |
||||||
|
android:textColor="#ff000000" |
||||||
|
android:gravity="center_vertical" |
||||||
|
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft" |
||||||
|
android:paddingRight="?android:attr/listPreferredItemPaddingRight" |
||||||
|
android:minHeight="?android:attr/listPreferredItemHeightSmall" |
||||||
|
android:singleLine="true" |
||||||
|
android:ellipsize="end"/> |