10 lines
500 B
XML
10 lines
500 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<!-- TODO: Use a fixed height so the circular indicator doesn't stretch into an oval. -->
|
|
<!-- Or measure the text dimensions and use the larger of its width and height, plus some
|
|
small integer extra, and use that as the diameter of the circle indicator. -->
|
|
<TextView style="@style/GridLayoutNumpadButton"/>
|
|
|
|
</merge> |