mirror of https://github.com/tasks/tasks
Added a dialog custom title style for note dialog
parent
03684c9f25
commit
abb456e0c7
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/title"
|
||||
android:text="This is my new title"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:textColor="#ffffff"
|
||||
android:padding="6px"
|
||||
android:ellipsize="marquee"
|
||||
android:textSize="24px" />
|
||||
Loading…
Reference in New Issue