Remove empty textStyle properties
Signed-off-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
parent
ec073552bd
commit
231bd6292a
|
@ -32,7 +32,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="im.vector.app.android" />
|
||||
|
||||
<TextView
|
||||
|
@ -50,7 +49,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="fBbCDxVa-n8:APA91bE0wGY4ijpj-LQkkmjJYhNp2vA_9Xvabh02xaTKua9WA9wpNZwxfHdsbIDWthVXKPFTNcCl75ek1kqMGOggnUwnSCj-8ReF4G69pZVUhz-" />
|
||||
|
||||
<TextView
|
||||
|
@ -68,7 +66,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="EBMDOLFJD" />
|
||||
|
||||
<TextView
|
||||
|
@ -86,7 +83,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="EBMDOLFJD" />
|
||||
|
||||
<TextView
|
||||
|
@ -104,7 +100,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="EBMDOLFJD" />
|
||||
|
||||
<TextView
|
||||
|
@ -122,7 +117,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle=""
|
||||
tools:text="event_id_only" />
|
||||
|
||||
<TextView
|
||||
|
@ -139,8 +133,7 @@
|
|||
style="@style/Widget.Vector.TextView.Body"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textStyle="" />
|
||||
android:layout_marginBottom="16dp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/pushGatewayDeleteButton"
|
||||
|
|
Loading…
Reference in New Issue