Skip to content
Snippets Groups Projects
Commit b50fd73a authored by Alexander Lussier-Cullen's avatar Alexander Lussier-Cullen Committed by Alexander Lussier-Cullen
Browse files

Call: fix buttons disappearing

GitLab: #1127
GitLab: #1632

Change-Id: I57f340aeb71a7df00d47f86c66eb5f21f5e35601
parent 20bfb469
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -389,7 +389,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Sound button --> <!-- Sound button -->
<LinearLayout <LinearLayout
android:id="@+id/sound_btn_container" android:id="@+id/sound_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -425,7 +425,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -425,7 +425,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Mic button --> <!-- Mic button -->
<LinearLayout <LinearLayout
android:id="@+id/microphone_btn_container" android:id="@+id/microphone_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -461,7 +461,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -461,7 +461,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Hangup button --> <!-- Hangup button -->
<LinearLayout <LinearLayout
android:id="@+id/hng_up_btn_container" android:id="@+id/hng_up_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -496,7 +496,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -496,7 +496,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Camera switch button --> <!-- Camera switch button -->
<LinearLayout <LinearLayout
android:id="@+id/videocam_btn_container" android:id="@+id/videocam_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -531,7 +531,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -531,7 +531,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Camera switch button --> <!-- Camera switch button -->
<LinearLayout <LinearLayout
android:id="@+id/Flip_cam_btn_container" android:id="@+id/Flip_cam_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -565,7 +565,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -565,7 +565,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Add participant button --> <!-- Add participant button -->
<LinearLayout <LinearLayout
android:id="@+id/add_participant_container" android:id="@+id/add_participant_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -600,7 +600,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -600,7 +600,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Screen Share button --> <!-- Screen Share button -->
<LinearLayout <LinearLayout
android:id="@+id/sharescreen_btn_container" android:id="@+id/sharescreen_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -635,7 +635,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -635,7 +635,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Dialpad button --> <!-- Dialpad button -->
<LinearLayout <LinearLayout
android:id="@+id/dialpad_btn_container" android:id="@+id/dialpad_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -672,7 +672,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -672,7 +672,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Raise Hand button --> <!-- Raise Hand button -->
<LinearLayout <LinearLayout
android:id="@+id/raiseHand_btn_container" android:id="@+id/raiseHand_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
...@@ -706,7 +706,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -706,7 +706,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Plugins list button --> <!-- Plugins list button -->
<LinearLayout <LinearLayout
android:id="@+id/plugins_btn_container" android:id="@+id/plugins_btn_container"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_rowWeight="1" android:layout_rowWeight="1"
android:layout_columnWeight="1" android:layout_columnWeight="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment