好感动,终于完全正确了
讲一下gravity的用法和同学们共勉:
若是gravity写在布局中表示控制该布局中的控件的位置,控件整体的位置,如:android:gravity=“center_horizontal”
就是表示让整体的水平方向上居中。
若是gravity写在控件上:表示设置控件的文本内容的位置在控件的那个部分;
另外:layout_gravity则表示控制当前控件的位置。
讲一下gravity的用法和同学们共勉:
若是gravity写在布局中表示控制该布局中的控件的位置,控件整体的位置,如:android:gravity=“center_horizontal”
就是表示让整体的水平方向上居中。
若是gravity写在控件上:表示设置控件的文本内容的位置在控件的那个部分;
另外:layout_gravity则表示控制当前控件的位置。
2015-08-28
老师我在android stdio中加了android:theme="@android:style/Theme.Black.NoTitleBar"后,没有显示错误,但程序运行错误java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.。请老师解惑。
2015-08-26
界面中引用的text文本值String不在xml中直接设置
而是在Res_Values_strings.xml中设置<string name="button_name">登录</string>
xml中:
anroid:text="@string/button_name" (@string alt+/)
而是在Res_Values_strings.xml中设置<string name="button_name">登录</string>
xml中:
anroid:text="@string/button_name" (@string alt+/)
2015-08-26
android:ellipsize="marquee"
android:focusable="true"
andriod:focusableIntouchMode="true"
android:focusable="true"
andriod:focusableIntouchMode="true"
2015-08-25
android:ellipseze="marquee"
android:focusable="true"
andriod:focusableIntouchMode="true"
android:focusable="true"
andriod:focusableIntouchMode="true"
2015-08-25