Skip to content

Commit 42e5472

Browse files
committed
Add paste icon to keyboard
Need to find a better way to center. Signed-off-by: binkybear <binkybear@nethunter.com>
1 parent 5567dac commit 42e5472

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed
272 Bytes
Loading
176 Bytes
Loading
298 Bytes
Loading
439 Bytes
Loading
616 Bytes
Loading

term/src/main/res/layout/term_activity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ android:orientation="vertical" >
6363
android:layout_height="wrap_content"
6464
android:minHeight="35sp"
6565
android:minWidth="60sp"
66-
android:text="&quot;*p"/>
66+
android:gravity="center"
67+
android:drawableLeft="@drawable/ic_content_paste_white_24dp"/>
6768
<Button
6869
android:id="@+id/button_slash"
6970
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)