1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-07 11:48:08 -05:00

useritem.xml: Replace px by sp/dp

This commit is contained in:
Sebastian Kaspari 2011-03-06 13:06:50 +01:00
parent 7e559f288e
commit 4713c22655

View File

@ -23,7 +23,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="5px"
android:textSize="12px"
android:textSize="14dp"
android:text="pocmo"
android:drawableLeft="@drawable/user"
android:drawablePadding="3px">
android:drawablePadding="3dp">
</TextView>