Skip to content

Commit

Permalink
annocing items in grid view with talkback
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Feb 17, 2022
1 parent b0950f8 commit 0bfa67e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MainActivity extends Activity {
GridView gridView;
static final String[] numbers = new String[] {
"1", "2", "3", "4", "5",
"6", "7", "8", "9", "10",};
"6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28" , "29", "30", "31", "32", "33", "34", "35", "36"};
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
android:id="@+id/gridView1"
android:numColumns="3"
android:gravity="center"
android:minHeight="400dp"
android:columnWidth="50dp"
android:stretchMode="columnWidth"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

</GridView>

0 comments on commit 0bfa67e

Please sign in to comment.