Archived
Notification service added (back?) to Main.kt
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
||||
app:boxStrokeColor="?attr/colorAccent"
|
||||
app:boxStrokeWidth="2dp"
|
||||
app:boxStrokeWidth="1dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
@@ -66,7 +66,8 @@
|
||||
android:textColor="?attr/colorAccent"
|
||||
android:text="@string/positivebutton"
|
||||
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
||||
app:strokeColor="?attr/colorAccent"/>
|
||||
app:strokeColor="?attr/colorAccent"
|
||||
app:strokeWidth="1dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user