Merge "[Wi-Fi] Improve contrast of edit text hint"

This commit is contained in:
Arc Wang
2020-02-05 11:16:20 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -470,7 +470,7 @@
<EditText android:id="@+id/proxy_pac"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/wifi_item_content"
style="@style/wifi_item_edit_content"
android:hint="@string/proxy_url_hint"
android:inputType="textNoSuggestions"
android:singleLine="true"/>

View File

@@ -141,7 +141,7 @@
<item name="android:textSize">14sp</item>
</style>
<style name="wifi_item_edit_content">
<style name="wifi_item_edit_content" parent="@android:style/TextAppearance.Widget.EditText">
<item name="android:paddingStart">4dip</item>
<item name="android:layout_marginStart">4dip</item>
<item name="android:textSize">18sp</item>