mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 18:32:15 -05:00
addserveritem.xml: Replace px by sp/dp
This commit is contained in:
parent
ff6abb7828
commit
1b5f8ef0e9
@ -23,7 +23,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5px">
|
||||
android:padding="5dp">
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -34,12 +34,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@android:drawable/ic_menu_add"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingRight="5px" />
|
||||
android:paddingRight="5dp" />
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/add_server_list"
|
||||
android:textSize="14px" />
|
||||
android:textSize="18sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user