小编Kos*_*nko的帖子

这里不允许使用JetBrain Idea android xml元素

这里不允许使用JetBrain Idea android xml元素.

我找到了这个教程,但我仍然不明白如何解决这个问题

我有这样的东西http://clip2net.com/s/2I0HI?dw=1

<GridLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:columnCount="10"
    android:rowCount="10">

    <TextView
        style="@style/GlobalTextView"
        android:layout_gravity="right"
        android:text="@string/lbl_player_kicking_kicking"
        android:background="@drawable/bg_top"
        android:layout_column="1"
        android:layout_row="1"
        android:padding="10dp" />

    <TextView
        style="@style/GlobalTextView"
        android:layout_gravity="right"
        android:background="@drawable/bg_bottom"
        android:text="@string/lbl_player_receiving_rec"
        android:layout_column="1"
        android:layout_row="2"
        android:padding="10dp" />
    </GridLayout >
Run Code Online (Sandbox Code Playgroud)

xml android intellij-idea android-layout

9
推荐指数
1
解决办法
5530
查看次数

标签 统计

android ×1

android-layout ×1

intellij-idea ×1

xml ×1