|
|
@ -21,11 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:id="@+id/top" |
|
|
|
android:id="@+id/top" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:ellipsize="end" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
android:paddingLeft="16dp" |
|
|
|
android:paddingRight="16dp" |
|
|
|
android:paddingRight="16dp" |
|
|
|
android:singleLine="true" |
|
|
|
|
|
|
|
android:textColor="?setting_description_top" |
|
|
|
android:textColor="?setting_description_top" |
|
|
|
android:textSize="16sp" /> |
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
|
|
|
@ -33,11 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
android:id="@+id/bottom" |
|
|
|
android:id="@+id/bottom" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:ellipsize="end" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
android:paddingLeft="16dp" |
|
|
|
android:paddingRight="16dp" |
|
|
|
android:paddingRight="16dp" |
|
|
|
android:singleLine="true" |
|
|
|
|
|
|
|
android:textColor="?setting_description_bottom" |
|
|
|
android:textColor="?setting_description_bottom" |
|
|
|
android:textSize="14sp" /> |
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
|
|