removed unnecessary visible attributes

This commit is contained in:
ronniedroid 2022-11-18 23:43:11 +03:00
parent 1c13389dac
commit 051421717d
1 changed files with 0 additions and 10 deletions

View File

@ -18,7 +18,6 @@
android:layout_marginStart="@dimen/activity_margin" android:layout_marginStart="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/one" android:contentDescription="@string/one"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_2_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_2_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_2_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_2_holder"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@ -41,7 +40,6 @@
android:layout_marginBottom="@dimen/medium_margin" android:layout_marginBottom="@dimen/medium_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/two" android:contentDescription="@string/two"
android:visibility="visible"
app:layout_constraintBottom_toTopOf="@+id/dialpad_5_holder" app:layout_constraintBottom_toTopOf="@+id/dialpad_5_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_3_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_3_holder"
app:layout_constraintStart_toEndOf="@+id/dialpad_1_holder"> app:layout_constraintStart_toEndOf="@+id/dialpad_1_holder">
@ -73,7 +71,6 @@
android:layout_marginEnd="@dimen/activity_margin" android:layout_marginEnd="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/three" android:contentDescription="@string/three"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_2_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_2_holder"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/dialpad_2_holder" app:layout_constraintStart_toEndOf="@+id/dialpad_2_holder"
@ -106,7 +103,6 @@
android:layout_marginStart="@dimen/activity_margin" android:layout_marginStart="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/four" android:contentDescription="@string/four"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_5_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_5_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_5_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_5_holder"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@ -139,7 +135,6 @@
android:layout_marginBottom="@dimen/medium_margin" android:layout_marginBottom="@dimen/medium_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/five" android:contentDescription="@string/five"
android:visibility="visible"
app:layout_constraintBottom_toTopOf="@+id/dialpad_8_holder" app:layout_constraintBottom_toTopOf="@+id/dialpad_8_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_6_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_6_holder"
app:layout_constraintStart_toEndOf="@+id/dialpad_4_holder"> app:layout_constraintStart_toEndOf="@+id/dialpad_4_holder">
@ -171,7 +166,6 @@
android:layout_marginEnd="@dimen/activity_margin" android:layout_marginEnd="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/six" android:contentDescription="@string/six"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_5_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_5_holder"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/dialpad_5_holder" app:layout_constraintStart_toEndOf="@+id/dialpad_5_holder"
@ -204,7 +198,6 @@
android:layout_marginStart="@dimen/activity_margin" android:layout_marginStart="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/seven" android:contentDescription="@string/seven"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_8_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_8_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_8_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_8_holder"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@ -237,7 +230,6 @@
android:layout_marginBottom="@dimen/medium_margin" android:layout_marginBottom="@dimen/medium_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/eight" android:contentDescription="@string/eight"
android:visibility="visible"
app:layout_constraintBottom_toTopOf="@+id/dialpad_0_holder" app:layout_constraintBottom_toTopOf="@+id/dialpad_0_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_9_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_9_holder"
app:layout_constraintStart_toEndOf="@+id/dialpad_7_holder"> app:layout_constraintStart_toEndOf="@+id/dialpad_7_holder">
@ -269,7 +261,6 @@
android:layout_marginEnd="@dimen/activity_margin" android:layout_marginEnd="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/nine" android:contentDescription="@string/nine"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_8_holder" app:layout_constraintBottom_toBottomOf="@+id/dialpad_8_holder"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/dialpad_8_holder" app:layout_constraintStart_toEndOf="@+id/dialpad_8_holder"
@ -324,7 +315,6 @@
android:layout_marginBottom="@dimen/activity_margin" android:layout_marginBottom="@dimen/activity_margin"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/zero" android:contentDescription="@string/zero"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/dialpad_hashtag_holder" app:layout_constraintEnd_toStartOf="@+id/dialpad_hashtag_holder"
app:layout_constraintStart_toEndOf="@+id/dialpad_asterisk_holder"> app:layout_constraintStart_toEndOf="@+id/dialpad_asterisk_holder">