mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 04:05:36 +00:00
changed hint text color into more gray
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:showIn="@layout/login_backdrop_normal">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:showIn="@layout/login_backdrop_normal">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -19,7 +19,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="@dimen/side_padding"
|
||||
android:src="@drawable/ic_create_light"/>
|
||||
android:src="@drawable/ic_create_light" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/server_url_label"
|
||||
@@ -28,7 +28,7 @@
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_toLeftOf="@id/change_server"
|
||||
android:text="@string/server_url"
|
||||
android:textColor="@color/constant_black"/>
|
||||
android:textColor="@color/constant_black" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/server_url"
|
||||
@@ -38,7 +38,7 @@
|
||||
android:layout_below="@id/server_url_label"
|
||||
android:layout_toLeftOf="@id/change_server"
|
||||
android:textColor="@color/constant_black"
|
||||
tools:text="https://dev.sapsailing.com"/>
|
||||
tools:text="https://dev.sapsailing.com" />
|
||||
</RelativeLayout>
|
||||
|
||||
<com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout
|
||||
@@ -55,7 +55,7 @@
|
||||
android:hint="@string/username"
|
||||
android:inputType="text"
|
||||
android:textColor="@color/constant_black"
|
||||
android:textColorHint="@color/constant_black_light"/>
|
||||
android:textColorHint="@color/dialog_color_text" />
|
||||
</com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout>
|
||||
|
||||
<com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout
|
||||
@@ -72,7 +72,7 @@
|
||||
android:hint="@string/password"
|
||||
android:inputType="textPassword"
|
||||
android:textColor="@color/constant_black"
|
||||
android:textColorHint="@color/constant_black_light"/>
|
||||
android:textColorHint="@color/dialog_color_text" />
|
||||
</com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout>
|
||||
|
||||
<Button
|
||||
@@ -82,6 +82,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/side_padding"
|
||||
android:text="@string/login"
|
||||
android:textSize="@dimen/textSize_18"/>
|
||||
android:textSize="@dimen/textSize_18" />
|
||||
|
||||
</merge>
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:showIn="@layout/login_backdrop_normal">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:showIn="@layout/login_backdrop_normal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/get_started"
|
||||
@@ -12,7 +12,7 @@
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginBottom="@dimen/side_padding"
|
||||
android:text="@string/get_started"
|
||||
android:textAppearance="?attr/textSmall"/>
|
||||
android:textAppearance="?attr/textSmall" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/scanQr"
|
||||
@@ -21,7 +21,7 @@
|
||||
android:layout_height="@dimen/default_button_height"
|
||||
android:layout_marginBottom="@dimen/side_padding"
|
||||
android:text="@string/onboarding_scan"
|
||||
android:textSize="@dimen/textSize_18"/>
|
||||
android:textSize="@dimen/textSize_18" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/manual_input"
|
||||
@@ -29,5 +29,5 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/default_button_height"
|
||||
android:text="@string/onboarding_input"
|
||||
android:textSize="@dimen/textSize_18"/>
|
||||
android:textSize="@dimen/textSize_18" />
|
||||
</merge>
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="@dimen/side_padding">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="@dimen/side_padding">
|
||||
|
||||
<com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -22,8 +22,8 @@
|
||||
android:inputType="textUri"
|
||||
android:selectAllOnFocus="true"
|
||||
android:textColor="@color/black"
|
||||
android:textColorHint="@color/constant_black_light"
|
||||
tools:text="@string/preference_server_url_default"/>
|
||||
android:textColorHint="@color/dialog_color_text"
|
||||
tools:text="@string/preference_server_url_default" />
|
||||
</com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout>
|
||||
|
||||
<com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout
|
||||
@@ -41,7 +41,7 @@
|
||||
android:inputType="textNoSuggestions"
|
||||
android:selectAllOnFocus="true"
|
||||
android:textColor="@color/black"
|
||||
android:textColorHint="@color/constant_black_light"
|
||||
tools:text="N10"/>
|
||||
android:textColorHint="@color/dialog_color_text"
|
||||
tools:text="N10" />
|
||||
</com.sap.sailing.racecommittee.app.ui.views.FloatLabelLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user