|
|
@@ -1,18 +1,18 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools">
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/swipeselector_content_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- tools:text="Title"
|
|
|
- android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
|
|
+ tools:text="Title" />
|
|
|
|
|
|
|
|
|
<TextView
|
|
@@ -21,7 +21,7 @@ |
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="4dp"
|
|
|
- tools:text="Description"
|
|
|
- android:textAppearance="@style/TextAppearance.AppCompat.Caption"/>
|
|
|
+ android:textAppearance="@style/TextAppearance.AppCompat.Caption"
|
|
|
+ tools:text="Description" />
|
|
|
|
|
|
</LinearLayout>
|
0 comments on commit
0b0e152