Fix misc lint issues
This commit is contained in:
parent
432eee0f83
commit
481b96ef17
@ -64,7 +64,7 @@
|
|||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:textAlignment="viewEnd"
|
android:textAlignment="viewEnd"
|
||||||
tools:text=""
|
tools:text=""
|
||||||
tools:visible="gone" />
|
tools:visibility="gone" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
tools:text=""
|
tools:text=""
|
||||||
tools:visible="gone" />
|
tools:visibility="gone" />
|
||||||
|
|
||||||
|
|
||||||
<TextView android:id="@+id/incompatible_reasons"
|
<TextView android:id="@+id/incompatible_reasons"
|
||||||
@ -108,6 +108,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
tools:text=""
|
tools:text=""
|
||||||
tools:visible="gone" />
|
tools:visibility="gone" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:background="@color/swap_blue"
|
android:background="@color/swap_blue"
|
||||||
tools:context=".views.swap.SwapActivity">
|
tools:context=".views.swap.SwapWorkflowActivity">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user