mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 18:32:15 -05:00
user.xml: Replace px by sp/dp
This commit is contained in:
parent
f71e89e1ee
commit
7e559f288e
@ -28,10 +28,11 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:id="@+id/nickname"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5px"
|
||||
android:padding="5dp"
|
||||
android:drawableLeft="@drawable/user_title"
|
||||
android:drawablePadding="3px"
|
||||
android:textSize="16px" />
|
||||
android:drawablePadding="3dp"
|
||||
android:textSize="18dp"
|
||||
android:text="pocmo" />
|
||||
<ListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="fill_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user