mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 10:22:16 -05:00
useritem.xml: Use dp for padding and sp for fonts
This commit is contained in:
parent
f44aea0d5e
commit
214a786175
@ -22,8 +22,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5px"
|
||||
android:textSize="14dp"
|
||||
android:padding="5dp"
|
||||
android:textSize="16sp"
|
||||
android:text="pocmo"
|
||||
android:drawableLeft="@drawable/user"
|
||||
android:drawablePadding="3dp">
|
||||
|
Loading…
Reference in New Issue
Block a user