HomeSort by relevance Sort by last modified time
    Searched full:wordtitle (Results 1 - 6 of 6) sorted by null

  /development/samples/WiktionarySimple/res/values/
styles.xml 35 <style name="Text.WordTitle">
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 108 String wordTitle = matcher.group(1);
109 views.setTextViewText(R.id.word_title, wordTitle);
115 ExtendedWikiHelper.WIKI_LOOKUP_HOST, wordTitle);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 99 String wordTitle = matcher.group(1);
100 updateViews.setTextViewText(R.id.word_title, wordTitle);
106 Uri.encode(wordTitle));
  /development/samples/Wiktionary/res/layout/
widget_word.xml 40 style="@style/Text.WordTitle" />
  /development/samples/Wiktionary/res/values/
styles.xml 35 <style name="Text.WordTitle">
  /development/samples/WiktionarySimple/res/layout/
widget_word.xml 40 style="@style/Text.WordTitle" />

Completed in 180 milliseconds