aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-large
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors.Ryan Hansberry2015-10-151-1/+1
|
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-1/+1
|
* Fix tablet specific layout lint errorsKenny Root2015-09-031-2/+5
| | | | | Fewer lint errors are needed to bypass the CI's lint error limit, so fix these low-hanging fruit.
* Provide visual feedback for virtual keyboardadb20012015-08-311-200/+1
|
* Always align the tabs to the left in-line with the titleJeremy Klein2015-08-241-0/+2
|
* Merge pull request #134 from alescdb/hscroll-keyboardKenny Root2015-08-231-51/+171
|\
| * Fix XML formattingKenny Root2015-08-231-188/+188
| |
| * Scroll keyboard back a forth to give a hint to user about the scrollable ↵alescdb2015-08-221-23/+23
| | | | | | | | | | | | keyboard. Handle repeatable arrow keys (easily extendable to other keys if needed).
| * Format XML and correct missing @stringadb20012015-08-161-51/+47
| |
| * Add an HorizontalScrollView in the keyboard and add virtual keys in it : ↵adb20012015-08-151-127/+176
| | | | | | | | Home, End, Page Up, Page Down, F1 -> F12
* | Move keyboard buttons to styles.xmlKenny Root2015-08-231-98/+22
| | | | | | | | This will make it easier to merge to hscroll change from @alescdb
* | Merge pull request #140 from jklein24/killactionbarwrapperKenny Root2015-08-201-1/+1
|\ \
| * | Remove ActionBarWrapper and style.xml files in favor of AppCompat.Jeremy Klein2015-08-201-1/+1
| |/ | | | | | | | | The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
* / Update XML style and reformat all files with itKenny Root2015-08-191-212/+212
|/
* Only show tabs on large screensJeremy Klein2015-08-131-0/+296