Add radio button functionality to car list item

Bug: 146382566
Test: Manual test with CarUiListItemActivity

Change-Id: Ia6374c0815f770460afd74f6d7b576d5b53dd468
diff --git a/car-ui-lib/res/layout/car_ui_list_item.xml b/car-ui-lib/res/layout/car_ui_list_item.xml
index 5934fce..6be7e82 100644
--- a/car-ui-lib/res/layout/car_ui_list_item.xml
+++ b/car-ui-lib/res/layout/car_ui_list_item.xml
@@ -126,6 +126,14 @@
             android:clickable="false"
             android:focusable="false" />
 
+        <RadioButton
+            android:id="@+id/radio_button_widget"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center"
+            android:clickable="false"
+            android:focusable="false" />
+
         <ImageView
             android:id="@+id/supplemental_icon"
             android:layout_width="@dimen/car_ui_list_item_supplemental_icon_size"