Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
6507793e
Commit
6507793e
authored
12 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
#15699: Fix call element layout
parent
38d6a15c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/layout/call_element.xml
+36
-2
36 additions, 2 deletions
res/layout/call_element.xml
res/layout/call_element_list.xml
+1
-1
1 addition, 1 deletion
res/layout/call_element_list.xml
with
37 additions
and
3 deletions
res/layout/call_element.xml
+
36
−
2
View file @
6507793e
...
...
@@ -29,7 +29,7 @@ Corresponding Source for a non-source form of such a combination
shall include the source code for the parts of OpenSSL used as well
as that of the covered work.
-->
<!--
<com.savoirfairelinux.sflphone.client.CallElementView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/panel"
android:layout_width="match_parent"
...
...
@@ -117,4 +117,38 @@ as that of the covered work.
android:gravity="center"/>
</RelativeLayout>
</com.savoirfairelinux.sflphone.client.CallElementView>
\ No newline at end of file
</com.savoirfairelinux.sflphone.client.CallElementView>
-->
<com.savoirfairelinux.sflphone.client.CallElementView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/panel"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:minHeight=
"70dp"
>
<RelativeLayout
android:id=
"@+id/contactview"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@drawable/box_border"
>
<TextView
android:id=
"@+id/display_name"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentTop=
"true"
android:layout_toRightOf=
"@+id/photo"
android:paddingLeft=
"@dimen/padding_small"
android:paddingTop=
"@dimen/padding_small"
android:text=
"Contact Name"
android:textAppearance=
"?android:attr/textAppearanceMedium"
/>
<TextView
android:id=
"@+id/phones"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/display_name"
android:layout_toRightOf=
"@+id/photo"
android:paddingBottom=
"@dimen/padding_small"
android:paddingLeft=
"@dimen/padding_small"
android:text=
"Small Text"
android:textAppearance=
"?android:attr/textAppearanceSmall"
/>
</RelativeLayout>
</com.savoirfairelinux.sflphone.client.CallElementView>
This diff is collapsed.
Click to expand it.
res/layout/call_element_list.xml
+
1
−
1
View file @
6507793e
...
...
@@ -53,4 +53,4 @@ as that of the covered work.
android:gravity=
"center"
android:text=
"No data"
/>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment