mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Indentation fixed
This commit is contained in:
parent
c9b185f843
commit
1d0675138e
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="@dimen/standard_padding"
|
||||
|
@ -231,7 +231,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
app:passwordToggleDrawable="@drawable/password_visibility_selector"
|
||||
app:passwordToggleTint="@color/white">
|
||||
app:passwordToggleTint="@color/white">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/account_password"
|
||||
|
|
Loading…
Reference in a new issue