1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-26 02:42:16 -05:00

user.xml: Replace px by sp/dp

This commit is contained in:
Sebastian Kaspari 2011-03-06 13:06:43 +01:00
parent f71e89e1ee
commit 7e559f288e

View File

@ -28,10 +28,11 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/nickname" android:id="@+id/nickname"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="5px" android:padding="5dp"
android:drawableLeft="@drawable/user_title" android:drawableLeft="@drawable/user_title"
android:drawablePadding="3px" android:drawablePadding="3dp"
android:textSize="16px" /> android:textSize="18dp"
android:text="pocmo" />
<ListView <ListView
android:id="@android:id/list" android:id="@android:id/list"
android:layout_width="fill_parent" android:layout_width="fill_parent"