Commit b35986a1 authored by wanglei's avatar wanglei

...

parent ff3857b9
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
android:text="Ad" android:text="Ad"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="12sp" android:textSize="12sp"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText,TextContrastCheck" />
<TextView <TextView
android:id="@+id/ad_body" android:id="@+id/ad_body"
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
android:background="@drawable/bg_ff8a00_10" android:background="@drawable/bg_ff8a00_10"
android:gravity="center" android:gravity="center"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="15sp" /> android:textSize="15sp"
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck,VisualLintButtonSize" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment