Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ConstraintLayout
Search
funnelbit
May 25, 2016
Technology
520
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
ConstraintLayout
funnelbit
May 25, 2016
More Decks by funnelbit
See All by funnelbit
Hatena Engineer Seminar #9
funnelbit
5
7.5k
droidkaigi-2017-renovation
funnelbit
10
11k
Dart
funnelbit
0
300
BottomBarAndSnackBar
funnelbit
0
550
Dagger2 Optional bindings
funnelbit
0
620
WearableRecyclerView
funnelbit
1
850
QucikSettingsTileAPI
funnelbit
0
390
Mobile Vision
funnelbit
0
490
AwarenessAPI
funnelbit
0
170
Other Decks in Technology
See All in Technology
AWS ネットワーク構築でハマった(ハマりかけた) 5選とそこから得た教訓
nagisa53
4
180
制約理論(ToC)入門 2026版
recruitengineers
PRO
2
330
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4.9k
AIが自社のTableauを操作する世界へ:Tableau MCP超入門
tbtykk
0
110
モノリス Rails でも日中に rails db:migrate を走らせたい! / Daytime rails db:migrate on Monolithic Rails!
euglena1215
3
380
サイバー捜査員研修(前半)
nomizone
1
1.6k
20260608_Codexの可能性_ノンプログラマー向け_大城追記
doradora09
PRO
0
760
MIRU 2026 チュートリアル
keisuke198619
0
810
メルカリのグローバルアプリで挑んだ AlloyDB 運用と課題解決の実践記
hatappi
0
230
Retriever と Reranker、結局どうする?
kazuaki
2
660
組織にどうSREを根付かせるか?〜IVRyの場合〜
abnoumaru
0
320
Breaking the Seal: Static Deobfuscation of Compiled V8 JavaScript Bytecode Malware
hshrzd
0
460
Featured
See All Featured
Building Adaptive Systems
keathley
44
3.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Imperfection Machines: The Place of Print at Facebook
scottboms
270
14k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
460
sira's awesome portfolio website redesign presentation
elsirapls
0
320
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
610
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.3k
Test your architecture with Archunit
thirion
1
2.3k
Making Projects Easy
brettharned
120
6.7k
Transcript
$POTUSBJOU-BZPVU
͜Μʹͪ w ଜྋ w גࣜձࣾͯͳ w "OESPJE୲ w )BUFOBGVOOFMCJU w
5XJUUFS!FYQFSPQFSP
$POTUSBJOU-BZPVU
$POTUSBJOU-BZPVU w (PPHMF*0Ͱొ w 4VQQPSU-JCSBSZͰʢ"OESPJEdʣ w "OESPJE4UVEJP1SFWJFXd w (6*ͷ-BZPVU&EJUPS͕େ͖ͳҙຯΛ࣋ͭ
None
$POTUSBJOU-BZPVU w ੍Λ͚Δ͜ͱͰϨΠΞτΛߏ͢Δ
4JEF$POTUSBJOU)BOEMF w )BOEMFΛ੍ͬͯΛ͚͍ͭͯ͘ɹ w ରԠͯ͠ͳ͍)BOEMFಉ࢜ଓෆՄ
#BTFMJOF$POTUSBJOU)BOEMF w #BTFMJOFΛଞͷ5FYU7JFXͱઃఆͰ͖Δ w #BTFMJOFʹରͯ͠ͷΈ༗ޮ w ҐஔΛܾΊΔͷ͡Όͳ͍ʢ#BTFMJOFΛܾΊΔ͚ͩʣ
"VUPDPOOFDU w ཁૉΛՃͨ࣌͠ɺࣗಈతʹ੍Λܾఆ͢Δ w σϑΥϧτͰ0O
*OGFS$POTUSBJOUT w ϨΠΞτ͔Βਪ͠ɺ੍ΛࣗಈͰ͚Δ
&YQBOE w ଞͷ8JEHFUͷҐஔΛؑΈͯ8JEHFUΛ͛Δ w &YQBOEEFGBVMUNBSHJOΛ͏
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/constraintLayout"
tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="81dp"> <TextView android:text="TextViewaee" android:layout_width="0dp" android:layout_height="43dp" tools:layout_editor_absoluteX="16dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView4" app:layout_constraintLeft_toLeftOf="@+id/constraintLayout" android:layout_marginStart="16dp" tools:layout_constraintLeft_creator="1" app:layout_constraintTop_toTopOf="@+id/constraintLayout" android:layout_marginTop="84dp" tools:layout_constraintTop_creator="1" app:layout_constraintRight_toLeftOf="@+id/textView" android:layout_marginEnd="8dp" tools:layout_constraintRight_creator="1" /> <TextView android:text="TextView" android:layout_width="58dp" android:layout_height="43dp" tools:layout_editor_absoluteX="127dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView" app:layout_constraintLeft_toLeftOf="@+id/constraintLayout" android:layout_marginStart="127dp" tools:layout_constraintLeft_creator="1" app:layout_constraintBaseline_toBaselineOf="@+id/textView4" tools:layout_constraintBaseline_creator="0" /> <TextView android:text="TextView" android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="281dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView2" app:layout_constraintLeft_toRightOf="@+id/textView" android:layout_marginStart="96dp" tools:layout_constraintLeft_creator="1" app:layout_constraintBaseline_toBaselineOf="@+id/textView" tools:layout_constraintBaseline_creator="0" /> </android.support.constraint.ConstraintLayout> (FOFSBUFE$PEF
ॴײ w ωετճආ͕ظͰ͖Δ w σβΠφʔ͕ʢલΑΓ͔ʣ৮Γ͘͢ͳͬͨ w -BZPVUͷϨϏϡʔํ๏มΘΓͦ͏
͋Γ͕ͱ͏͍͟͝·ͨ͠