diff --git a/.idea/misc.xml b/.idea/misc.xml index ab5b418..95c7df3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,9 +4,12 @@ diff --git a/README.md b/README.md index 0fda129..45351c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # PassGen +![PassGen](app/src/main/res/raw/logo_size_invert.jpg?raw=true) PassGen is a Modern Password Generator App for android written in java. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index de83645..50f5af7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,9 +4,9 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml index 8e70adb..c5dda8f 100644 --- a/app/src/main/res/layout-land/activity_main.xml +++ b/app/src/main/res/layout-land/activity_main.xml @@ -22,8 +22,8 @@ android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center" android:padding="20dp" + android:layout_gravity="center" android:text="@string/password_generator" android:textColor="@color/white" android:textSize="24sp" @@ -41,7 +41,7 @@ + android:textSize="15sp" /> @@ -185,8 +184,8 @@ android:id="@+id/lowercase" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="5dp" android:theme="@style/SwitchTheme" + app:trackTint="@drawable/bg_switch_states" app:thumbTint="@color/white" app:track="@drawable/switch_background" /> @@ -221,8 +220,8 @@ android:id="@+id/numbers" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="5dp" android:theme="@style/SwitchTheme" + app:trackTint="@drawable/bg_switch_states" app:thumbTint="@color/white" app:track="@drawable/switch_background" /> @@ -257,18 +256,18 @@ android:id="@+id/symbols" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="5dp" android:theme="@style/SwitchTheme" app:thumbTint="@color/white" + app:trackTint="@drawable/bg_switch_states" app:track="@drawable/switch_background" />