Skip to content

Commit

Permalink
useritem.xml: Use dp for padding and sp for fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Mar 15, 2011
1 parent f44aea0 commit 214a786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/res/layout/useritem.xml
Expand Up @@ -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">
Expand Down

0 comments on commit 214a786

Please sign in to comment.