Browse Source

Indentation fixed

Victor Nidens 7 years ago
parent
commit
1d0675138e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/res/layout-land/account_setup.xml

+ 2 - 2
src/main/res/layout-land/account_setup.xml

@@ -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"