Skip to content

Commit

Permalink
Merge "Tablets: Common Overlay: Add 7 navbar button option" into jb
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyx authored and Gerrit Code Review committed Oct 25, 2012
2 parents 78e3804 + 3b5fc7f commit 26e0ed0
Showing 1 changed file with 21 additions and 0 deletions.
Expand Up @@ -10,4 +10,25 @@
<item>1</item>
<item>0</item>
</string-array>

<string-array name="navigation_bar_qty_entries">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
</string-array>

<string-array name="navigation_bar_qty_values" translatable="false">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
</string-array>

</resources>

0 comments on commit 26e0ed0

Please sign in to comment.