어도비일러스트공부중

어도비일러스트공부중

  • 분류 전체보기
    • 터치디자이너
    • DATA MINING
    • 어도비
      • 1) 일러스트 툴, 기능
      • 2) 포토샵 툴, 기능
      • 3) GTQ&GTQi
      • 4) AfterEffects 애프터이펙트
      • 5) 프리미어프로
      • 작업물
      • 영상 디자인 이론과 소스
    • Flutter 플러터
      • 플러터 기능별 정리
      • 플러터 공부기록
      • 플러터 몰랐던 것
      • 플러터 구현, 프로젝트
    • JavaScript
      • 김민태의 프론트엔드 아카데미 1
    • 공부기록
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

어도비일러스트공부중

컨텐츠 검색

태그

effects 일러스트 AfterEffects 어도비프리미어 프리미어프로 text 어도비에펙 플러터 Kotlin 어도비애프터이펙트 애프터이펙트 글자 kotlinbasic 어도비일러스트 어도비포토샵 효과 모션그래픽 포토샵 코틀린 어도비

최근글

댓글

공지사항

아카이브

androidapp(5)

  • flutter bottom navigation bar

    1. result 2. how to make? 1) code bottomNavigationBar: BottomNavigationBar( type:BottomNavigationBarType.fixed, backgroundColor: Colors.pink, selectedItemColor: Colors.white, unselectedItemColor: Colors.white54, items:const [ BottomNavigationBarItem( icon:Icon(Icons.home_outlined), label : 'home' ), BottomNavigationBarItem( icon:Icon(Icons.shopping_bag_outlined), label : 'cart' ), BottomNavigati..

    2022.07.21
  • flutter theme 플러터 테마로 아이콘 색 변경, 앱바 색 바꾸기

    1. 플러터 theme 설명 상위 위젯에서 테마를 통해 설정해둔 색이 있더라도, 하위 위젯에서 해당 아이템에 직접적으로 색을 준다면 그 색을 우선으로 보여준다. 2. 플러터 color theme 예제 1) 전체 app bar 색 : 노란색 void main() { //stl 상위로 material 있어야 좋음 runApp( MaterialApp( theme: ThemeData( appBarTheme: const AppBarTheme(color:Colors.yellow), ), home:const MyApp())); } 2) 전체 아이콘 색 : 라임색 void main() { //stl 상위로 material 있어야 좋음 runApp( MaterialApp( theme: ThemeData( appBarTh..

    2022.07.10
  • [Kotlin] how to show the input result on the screen using textview (call, enroll and use the variables and items from main.xml on kotlin file)

    l RESULT l EXPLANATION 1. designate the id on xml file android:id="@+id/tvInput" 2. enroll the id on kotlin file 1) import import android.widget.Button import android.widget.TextView 2) define the value private var tvInput : TextView? = null 2) initialize the value using find view by 더보기 id + r. id. + (name of id) tvInput = findViewById(R.id.tvInput) 3. use the value on the method 1) set the val..

    2022.06.19
  • [Kotlin] how to control every button color with colorPrimary themes.xml at once

    1. define the color name with colors.xml 1) res>> values >> colors.xml 2) designate the color #636262 2. change the primary color 1) res>> values> themes> themse.xml 2) i changed purple color into light gray at the primary tag @color/light_gray 3. confirm the result

    2022.06.19
  • kotlin MyCalculator - color, linear layout with orientation, align with gravity,

    * what i made * point 1 - same space with margin, weight ratio 2 - have toast pop up message when the button is clicked (using onclick and user defined methods) 3 - color, string enrolling 1. constraint >> linear (google prefers constraint layout) 2. enroll the color resource folder >>> values >>> colors.xml 3. enroll the string res > values > strings.xml the real value MyCalculator_chapter7 233..

    2022.06.12
이전
1
다음
slowbooktech
© 2018 TISTORY. All rights reserved.

티스토리툴바