@dimasik100200

Как уменьшить тень при нажатии на ImageButton?

Как уменьшить тень при нажатии на ImageButton? (ImageButton находится внутри LinerLayout)
<LinearLayout
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:layout_marginEnd="4dp"
       android:layout_centerVertical="true"
       android:orientation="horizontal">

            <ImageButton
                android:layout_width="45dp"
                android:layout_height="45dp"
                android:background="?attr/selectableItemBackgroundBorderless"
                android:src="@drawable/ic_bottom_menu_attachment"/>

 </LinearLayout>


5a8db2a63328f944977024.png
  • Вопрос задан
  • 79 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы