Skip to content

Commit

Permalink
Merge branch 'master' into km-fix-url-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktarasenko authored Jun 29, 2023
2 parents 7c65c93 + ad236e2 commit 8188928
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions datacapture/src/main/res/layout/drop_down_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextView
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/answer_option_textview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="@dimen/icon_drawable_padding"
android:ellipsize="end"
android:maxLines="1"
android:padding="@dimen/drop_down_padding"
android:textAppearance="?attr/questionnaireDropDownTextStyle"
/>
>
<TextView
android:id="@+id/answer_option_textview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="@dimen/icon_drawable_padding"
android:padding="@dimen/drop_down_padding"
android:textAppearance="?attr/questionnaireDropDownTextStyle"
/>
</LinearLayout>

0 comments on commit 8188928

Please sign in to comment.