Android APIs
public static final class

R.string

extends Object
java.lang.Object
   ↳ android.support.v17.leanback.R.string

Summary

Fields
public static int lb_search_bar_hint Hint showing in the empty search bar [CHAR LIMIT=40]
public static int lb_search_bar_hint_speech Hint showing in the empty search bar when using the voice input [CHAR LIMIT=40]
public static int lb_search_bar_hint_with_title Hint showing in the empty search bar using a provided context (usually the application name) [CHAR LIMIT=40]
public static int lb_search_bar_hint_with_title_speech Hint showing in the empty search bar using a provided context (usually the application name) while in voice input mode [CHAR LIMIT=40]
public static int orb_search_action Image description for the call to search action visible when browsing content [CHAR LIMIT=40]
Public Constructors
R.string()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int lb_search_bar_hint

Hint showing in the empty search bar [CHAR LIMIT=40]

public static int lb_search_bar_hint_speech

Hint showing in the empty search bar when using the voice input [CHAR LIMIT=40]

public static int lb_search_bar_hint_with_title

Hint showing in the empty search bar using a provided context (usually the application name) [CHAR LIMIT=40]

public static int lb_search_bar_hint_with_title_speech

Hint showing in the empty search bar using a provided context (usually the application name) while in voice input mode [CHAR LIMIT=40]

public static int orb_search_action

Image description for the call to search action visible when browsing content [CHAR LIMIT=40]

Public Constructors

public R.string ()