mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-29 12:22:21 -05:00
channeladd.xml: Replace px by sp/dp
This commit is contained in:
parent
836e9ee6cd
commit
3156e3b704
@ -28,7 +28,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/channel_add_description"
|
android:text="@string/channel_add_description"
|
||||||
android:padding="5px" />
|
android:padding="5dp" />
|
||||||
<ListView
|
<ListView
|
||||||
android:id="@+id/channels"
|
android:id="@+id/channels"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -49,7 +49,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/action_add"
|
android:text="@string/action_add"
|
||||||
android:minWidth="50px" />
|
android:minWidth="75dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
@ -60,12 +60,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/ok"
|
android:id="@+id/ok"
|
||||||
android:text="@string/action_ok"
|
android:text="@string/action_ok"
|
||||||
android:minWidth="75px" />
|
android:minWidth="90dp" />
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/cancel"
|
android:id="@+id/cancel"
|
||||||
android:text="@string/action_cancel"
|
android:text="@string/action_cancel"
|
||||||
android:minWidth="75px" />
|
android:minWidth="90dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user