mirror of https://github.com/ThmmyNoLife/mTHMMY
Ezerous
2 years ago
47 changed files with 277 additions and 360 deletions
@ -1,52 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="wrap_content" |
|||
android:background="@color/background_light" |
|||
android:orientation="vertical"> |
|||
|
|||
<TextView |
|||
android:id="@+id/post_share_button" |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="35dp" |
|||
android:background="@color/background_light" |
|||
android:foreground="?android:attr/selectableItemBackground" |
|||
android:drawablePadding="5dp" |
|||
android:gravity="center_vertical" |
|||
android:paddingBottom="6dp" |
|||
android:paddingEnd="12dp" |
|||
android:paddingStart="12dp" |
|||
android:paddingTop="6dp" |
|||
android:text="@string/post_share_button" |
|||
android:textColor="@color/primary_text" /> |
|||
|
|||
<TextView |
|||
android:id="@+id/edit_post" |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="35dp" |
|||
android:background="@color/background_light" |
|||
android:foreground="?android:attr/selectableItemBackground" |
|||
android:drawablePadding="5dp" |
|||
android:gravity="center_vertical" |
|||
android:paddingBottom="6dp" |
|||
android:paddingEnd="12dp" |
|||
android:paddingStart="12dp" |
|||
android:paddingTop="6dp" |
|||
android:text="@string/post_edit_button" |
|||
android:textColor="@color/primary_text" /> |
|||
|
|||
<TextView |
|||
android:id="@+id/delete_post" |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="35dp" |
|||
android:background="@color/background_light" |
|||
android:foreground="?android:attr/selectableItemBackground" |
|||
android:drawablePadding="5dp" |
|||
android:gravity="center_vertical" |
|||
android:paddingBottom="6dp" |
|||
android:paddingEnd="12dp" |
|||
android:paddingStart="12dp" |
|||
android:paddingTop="6dp" |
|||
android:text="@string/post_delete_button" |
|||
android:textColor="@color/primary_text" /> |
|||
</LinearLayout> |
@ -1,2 +1 @@ |
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|||
package="gr.thmmy.emojis" /> |
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" /> |
|||
|
@ -1,6 +1,6 @@ |
|||
#Thu Dec 03 14:56:57 EET 2020 |
|||
#Sun Apr 02 13:22:00 EEST 2023 |
|||
distributionBase=GRADLE_USER_HOME |
|||
distributionPath=wrapper/dists |
|||
zipStoreBase=GRADLE_USER_HOME |
|||
zipStorePath=wrapper/dists |
|||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip |
|||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip |
|||
|
Loading…
Reference in new issue