1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 08:52:18 -05:00

commanditem.xml: Replace px by sp/dp

This commit is contained in:
Sebastian Kaspari 2011-03-06 13:04:20 +01:00
parent 533a8ec97b
commit c06b6b7296

View File

@ -23,6 +23,6 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:id="@+id/host"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="7px"
android:text=""
android:textSize="12px" />
android:padding="7dp"
android:text="/command"
android:textSize="14dp" />