am 8dd87ad9: fix some doc errors in the resources; add link to resource docs for ColorStateList class
Merge commit '8dd87ad9440bc63bc312b06f292adcd2642b1c41' into gingerbread * commit '8dd87ad9440bc63bc312b06f292adcd2642b1c41': fix some doc errors in the resources;
This commit is contained in:
@@ -45,7 +45,6 @@ import java.util.Arrays;
|
|||||||
* <item android:state_focused="true" android:color="@color/testcolor1"/>
|
* <item android:state_focused="true" android:color="@color/testcolor1"/>
|
||||||
* <item android:state_pressed="true" android:state_enabled="false" android:color="@color/testcolor2" />
|
* <item android:state_pressed="true" android:state_enabled="false" android:color="@color/testcolor2" />
|
||||||
* <item android:state_enabled="false" android:color="@color/testcolor3" />
|
* <item android:state_enabled="false" android:color="@color/testcolor3" />
|
||||||
* <item android:state_active="true" android:color="@color/testcolor4" />
|
|
||||||
* <item android:color="@color/testcolor5"/>
|
* <item android:color="@color/testcolor5"/>
|
||||||
* </selector>
|
* </selector>
|
||||||
* </pre>
|
* </pre>
|
||||||
@@ -56,6 +55,9 @@ import java.util.Arrays;
|
|||||||
* An item with no state spec is considered to match any set of states and is generally useful as
|
* An item with no state spec is considered to match any set of states and is generally useful as
|
||||||
* a final item to be used as a default. Note that if you have such an item before any other items
|
* a final item to be used as a default. Note that if you have such an item before any other items
|
||||||
* in the list then any subsequent items will end up being ignored.
|
* in the list then any subsequent items will end up being ignored.
|
||||||
|
* <p>For more information, see the guide to <a
|
||||||
|
* href="{@docRoot}guide/topics/resources/color-list-resource.html">Color State
|
||||||
|
* List Resource</a>.</p>
|
||||||
*/
|
*/
|
||||||
public class ColorStateList implements Parcelable {
|
public class ColorStateList implements Parcelable {
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ In XML: <code>@[<em>package</em>:]color/<em>filename</em></code>
|
|||||||
android:state_pressed=["true" | "false"]
|
android:state_pressed=["true" | "false"]
|
||||||
android:state_focused=["true" | "false"]
|
android:state_focused=["true" | "false"]
|
||||||
android:state_selected=["true" | "false"]
|
android:state_selected=["true" | "false"]
|
||||||
android:state_active=["true" | "false"]
|
|
||||||
android:state_checkable=["true" | "false"]
|
android:state_checkable=["true" | "false"]
|
||||||
android:state_checked=["true" | "false"]
|
android:state_checked=["true" | "false"]
|
||||||
android:state_enabled=["true" | "false"]
|
android:state_enabled=["true" | "false"]
|
||||||
|
|||||||
@@ -638,7 +638,6 @@ In XML: <code>@[<em>package</em>:]drawable/<em>filename</em></code>
|
|||||||
android:state_pressed=["true" | "false"]
|
android:state_pressed=["true" | "false"]
|
||||||
android:state_focused=["true" | "false"]
|
android:state_focused=["true" | "false"]
|
||||||
android:state_selected=["true" | "false"]
|
android:state_selected=["true" | "false"]
|
||||||
android:state_active=["true" | "false"]
|
|
||||||
android:state_checkable=["true" | "false"]
|
android:state_checkable=["true" | "false"]
|
||||||
android:state_checked=["true" | "false"]
|
android:state_checked=["true" | "false"]
|
||||||
android:state_enabled=["true" | "false"]
|
android:state_enabled=["true" | "false"]
|
||||||
|
|||||||
@@ -310,7 +310,7 @@ float fontSize = res.{@link android.content.res.Resources#getDimension(int) getD
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_height="@dimen/textview_height"
|
android:layout_height="@dimen/textview_height"
|
||||||
android:layout_width="@dimen/textview_width"
|
android:layout_width="@dimen/textview_width"
|
||||||
android:textSize="@dimen/sixteen_sp"/>
|
android:textSize="@dimen/font_size"/>
|
||||||
</pre>
|
</pre>
|
||||||
</dl>
|
</dl>
|
||||||
</dd> <!-- end example -->
|
</dd> <!-- end example -->
|
||||||
|
|||||||
Reference in New Issue
Block a user