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_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="im.vector.app.android" />
|
tools:text="im.vector.app.android" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -50,7 +49,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="fBbCDxVa-n8:APA91bE0wGY4ijpj-LQkkmjJYhNp2vA_9Xvabh02xaTKua9WA9wpNZwxfHdsbIDWthVXKPFTNcCl75ek1kqMGOggnUwnSCj-8ReF4G69pZVUhz-" />
|
tools:text="fBbCDxVa-n8:APA91bE0wGY4ijpj-LQkkmjJYhNp2vA_9Xvabh02xaTKua9WA9wpNZwxfHdsbIDWthVXKPFTNcCl75ek1kqMGOggnUwnSCj-8ReF4G69pZVUhz-" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -68,7 +66,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="EBMDOLFJD" />
|
tools:text="EBMDOLFJD" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -86,7 +83,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="EBMDOLFJD" />
|
tools:text="EBMDOLFJD" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -104,7 +100,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="EBMDOLFJD" />
|
tools:text="EBMDOLFJD" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -122,7 +117,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:textStyle=""
|
|
||||||
tools:text="event_id_only" />
|
tools:text="event_id_only" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -139,8 +133,7 @@
|
|||||||
style="@style/Widget.Vector.TextView.Body"
|
style="@style/Widget.Vector.TextView.Body"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp" />
|
||||||
android:textStyle="" />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/pushGatewayDeleteButton"
|
android:id="@+id/pushGatewayDeleteButton"
|
||||||
|
Loading…
Reference in New Issue
Block a user