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:
parent
533a8ec97b
commit
c06b6b7296
@ -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" />
|
Loading…
Reference in New Issue
Block a user