UI improvements:
- Remove header - Remove logo image - Enlarge password text form
This commit is contained in:
parent
e0ff417b0e
commit
8211c64897
@ -11,8 +11,8 @@ android {
|
||||
applicationId = "cz.bugsy.passwordzebra"
|
||||
minSdk = 29
|
||||
targetSdk = 34
|
||||
versionCode = 5
|
||||
versionName = "1.4.0"
|
||||
versionCode = 6
|
||||
versionName = "1.5.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
generateButton = findViewById(R.id.generateButton)
|
||||
passwordTextView = findViewById(R.id.passwordTextView)
|
||||
iconImageView = findViewById(R.id.iconImageView)
|
||||
//iconImageView = findViewById(R.id.iconImageView)
|
||||
generateButton = findViewById(R.id.generateButton)
|
||||
switchWithoutSpaces = findViewById(R.id.switchWithoutSpaces)
|
||||
switchSpecialChars = findViewById(R.id.switchSpecialChars)
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<!--
|
||||
<TextView
|
||||
android:id="@+id/titleTextView"
|
||||
android:layout_width="409dp"
|
||||
@ -17,7 +18,8 @@
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
-->
|
||||
<!--
|
||||
<ImageView
|
||||
android:id="@+id/iconImageView"
|
||||
android:layout_width="161dp"
|
||||
@ -29,11 +31,13 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/titleTextView"
|
||||
app:tint="@color/design_default_color_primary" />
|
||||
-->
|
||||
|
||||
<TextView
|
||||
android:id="@+id/passwordTextView"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="150dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
@ -45,7 +49,7 @@
|
||||
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/iconImageView" />
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/passwordLengthLabel"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user