mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -05:00
commandadd.xml: Replace px by sp/dp
This commit is contained in:
parent
acb7f0d100
commit
533a8ec97b
@ -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/command_add_description"
|
android:text="@string/command_add_description"
|
||||||
android:padding="5px" />
|
android:padding="5dp" />
|
||||||
<ListView
|
<ListView
|
||||||
android:id="@+id/commands"
|
android:id="@+id/commands"
|
||||||
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