adding clip sections at the keyboard

This commit is contained in:
tibbi
2022-01-29 09:41:37 +01:00
parent 8372368cc9
commit c8680b21ab
2 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<com.simplemobiletools.commons.views.MyTextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/clips_section_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.8"
android:padding="@dimen/medium_margin"
android:textSize="@dimen/normal_text_size"
tools:text="@string/clipboard_current" />