mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Fixed style in log-in activity; should be Light, as before
This commit is contained in:
parent
3603c122ff
commit
27148acf16
3 changed files with 7 additions and 9 deletions
|
@ -93,7 +93,7 @@
|
|||
android:drawablePadding="5dp"
|
||||
android:paddingRight="55dp"
|
||||
android:contentDescription="@string/auth_host_address"
|
||||
android:textColor="@color/textColor">
|
||||
>
|
||||
<requestFocus />
|
||||
</EditText>
|
||||
<ImageButton
|
||||
|
@ -167,7 +167,7 @@
|
|||
android:hint="@string/auth_username"
|
||||
android:inputType="textNoSuggestions"
|
||||
android:contentDescription="@string/auth_username"
|
||||
android:textColor="@color/textColor" />
|
||||
/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/account_password"
|
||||
|
@ -178,7 +178,7 @@
|
|||
android:inputType="textPassword"
|
||||
android:drawablePadding="5dp"
|
||||
android:contentDescription="@string/auth_password"
|
||||
android:textColor="@color/textColor" />
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/auth_status_text"
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
android:drawablePadding="5dp"
|
||||
android:paddingRight="55dp"
|
||||
android:contentDescription="@string/auth_host_address"
|
||||
android:textColor="@color/textColor">
|
||||
>
|
||||
<requestFocus />
|
||||
</EditText>
|
||||
<ImageButton
|
||||
|
@ -153,7 +153,7 @@
|
|||
android:hint="@string/auth_username"
|
||||
android:inputType="textNoSuggestions"
|
||||
android:contentDescription="@string/auth_username"
|
||||
android:textColor="@color/textColor" />
|
||||
/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/account_password"
|
||||
|
@ -164,7 +164,7 @@
|
|||
android:hint="@string/auth_password"
|
||||
android:inputType="textPassword"
|
||||
android:contentDescription="@string/auth_password"
|
||||
android:textColor="@color/textColor" />
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/auth_status_text"
|
||||
|
|
|
@ -27,13 +27,11 @@
|
|||
<item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.ownCloud.noActionBar" parent="style/Theme.AppCompat">
|
||||
<style name="Theme.ownCloud.noActionBar" parent="style/Theme.AppCompat.Light">
|
||||
<item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.ownCloud.Fullscreen" parent="style/Theme.AppCompat">
|
||||
<item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
||||
<item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue