diff options
author | 2020-08-05 14:33:46 -0700 | |
---|---|---|
committer | 2020-08-05 14:48:17 -0700 | |
commit | 2dd8b1ccff9601adf13194b02fce90ac1e832867 (patch) | |
tree | 986dea6b1d51f40e7056395c8735f4f88acfeab7 /res | |
parent | e5692a9224b56f7b8aaff69fb76d1d3cf11e197d (diff) |
apps/DocumentsUI - Update language to comply with Android's inclusive language guidance.
See https://source.android.com/setup/contribute/respectful-code for reference
BUG=161896447
Test: PresubmitVerify
Change-Id: Ib988d550fb4da2dac7dad02ab0d853418f56d7f4
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/drawer_layout.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/drawer_layout.xml b/res/layout/drawer_layout.xml index 0b2a81d72..74e219cbc 100644 --- a/res/layout/drawer_layout.xml +++ b/res/layout/drawer_layout.xml @@ -58,8 +58,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> - <!-- Drawer edge is a dummy view used to capture hovering event - on view edge to open the drawer. (b/28345294) --> + <!-- Drawer edge is a placeholder view used to capture hovering + event on view edge to open the drawer. (b/28345294) --> <View android:id="@+id/drawer_edge" android:background="@android:color/transparent" |