Skip to content
Snippets Groups Projects
Commit e83efebc authored by Alexandre Lision's avatar Alexandre Lision
Browse files

ui: expand icon tabs

parent 2c0e9745
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ as that of the covered work. ...@@ -60,6 +60,7 @@ as that of the covered work.
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:layout_marginTop="?android:attr/actionBarSize" android:layout_marginTop="?android:attr/actionBarSize"
android:background="@color/sfl_blue_0" android:background="@color/sfl_blue_0"
app:shouldExpand="true"
app:indicatorColor="@color/sfl_light_blue" app:indicatorColor="@color/sfl_light_blue"
app:underlineColor="@color/sfl_light_blue" /> app:underlineColor="@color/sfl_light_blue" />
...@@ -69,24 +70,15 @@ as that of the covered work. ...@@ -69,24 +70,15 @@ as that of the covered work.
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_below="@+id/pts_main" android:layout_below="@+id/pts_main"
android:paddingBottom="@dimen/contact_drawer_handle_height" /> android:paddingBottom="@dimen/contact_drawer_handle_height" />
<ImageView
android:id="@+id/overall_shadow"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0"
android:background="@color/black"
android:clickable="false"
android:focusable="false" />
</RelativeLayout> </RelativeLayout>
<FrameLayout <FrameLayout
android:id="@+id/contacts_frame" android:id="@+id/contacts_frame"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:focusableInTouchMode="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:clickable="true" /> android:focusableInTouchMode="true" />
</org.sflphone.views.SlidingUpPanelLayout> </org.sflphone.views.SlidingUpPanelLayout>
<FrameLayout <FrameLayout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment