Compare commits
2 Commits
mymessagem
...
mymessagem
| Author | SHA1 | Date | |
|---|---|---|---|
| dc97f43a72 | |||
| 222538d259 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 09 11:16:04 HKT 2026
|
||||
stageCount=10
|
||||
#Sat May 09 13:46:04 HKT 2026
|
||||
stageCount=11
|
||||
libraryProject=
|
||||
baseVersion=15.12
|
||||
publishVersion=15.12.9
|
||||
publishVersion=15.12.10
|
||||
buildCount=0
|
||||
baseBetaVersion=15.12.10
|
||||
baseBetaVersion=15.12.11
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardCornerRadius="?attr/borderCornerRadius"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardCornerRadius="?attr/borderCornerRadius"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardCornerRadius="?attr/borderCornerRadius"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardCornerRadius="?attr/borderCornerRadius"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
<cc.winboll.studio.mymessagemanager.views.SMSView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
app:cardCornerRadius="12dp"
|
||||
android:padding="2dp"
|
||||
app:cardCornerRadius="?attr/borderCornerRadius"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp" android:background="@drawable/bg_container_border">
|
||||
android:padding="6dp" android:background="@drawable/bg_container_border">
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user