-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compartir multimedia hacia histories de instagram funcionando #39
Signed-off-by: figonzal1 <[email protected]>
- Loading branch information
Showing
12 changed files
with
106 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:tint="@color/grey_dark" | ||
android:tint="?attr/colorControlNormal" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="@color/grey_dark" | ||
android:fillColor="@color/white" | ||
android:fillType="evenOdd" | ||
android:pathData="M12,5.25C12.414,5.25 12.75,5.586 12.75,6V18C12.75,18.414 12.414,18.75 12,18.75C11.586,18.75 11.25,18.414 11.25,18V6C11.25,5.586 11.586,5.25 12,5.25Z" /> | ||
<path | ||
android:fillColor="@color/grey_dark" | ||
android:fillColor="@color/white" | ||
android:fillType="evenOdd" | ||
android:pathData="M5.25,12C5.25,11.586 5.586,11.25 6,11.25H18C18.414,11.25 18.75,11.586 18.75,12 18.75,12.414 18.414,12.75 18,12.75H6C5.586,12.75 5.25,12.414 5.25,12zM10.226,2.128C10.33,2.529 10.088,2.938 9.687,3.041 9.191,3.169 8.71,3.337 8.25,3.541 7.871,3.71 7.428,3.539 7.26,3.16 7.092,2.782 7.262,2.339 7.641,2.171 8.177,1.933 8.735,1.737 9.313,1.589 9.714,1.485 10.123,1.727 10.226,2.128zM5.756,4.152C6.038,4.456 6.02,4.931 5.716,5.212 4.971,5.902 4.341,6.712 3.855,7.611 3.658,7.976 3.203,8.111 2.839,7.915 2.474,7.718 2.339,7.263 2.535,6.898 3.1,5.853 3.832,4.912 4.696,4.112 5,3.83 5.475,3.849 5.756,4.152zM2.256,9.619C2.665,9.686 2.941,10.073 2.874,10.481 2.792,10.975 2.75,11.482 2.75,12 2.75,12.518 2.792,13.025 2.874,13.519 2.941,13.927 2.665,14.313 2.256,14.381 1.847,14.448 1.461,14.172 1.394,13.763 1.299,13.189 1.25,12.6 1.25,12 1.25,11.4 1.299,10.811 1.394,10.237 1.461,9.828 1.847,9.552 2.256,9.619zM2.839,16.085C3.203,15.888 3.658,16.024 3.855,16.389 4.341,17.288 4.971,18.098 5.716,18.788 6.02,19.069 6.038,19.544 5.756,19.847 5.475,20.151 5,20.169 4.696,19.888 3.832,19.088 3.1,18.147 2.535,17.101 2.339,16.737 2.474,16.282 2.839,16.085zM7.26,20.839C7.428,20.461 7.871,20.29 8.25,20.458 8.71,20.663 9.191,20.831 9.687,20.958 10.088,21.062 10.33,21.471 10.226,21.872 10.123,22.273 9.714,22.514 9.313,22.411 8.735,22.263 8.177,22.067 7.641,21.829 7.262,21.661 7.092,21.218 7.26,20.839zM11.25,2C11.25,1.586 11.586,1.25 12,1.25 17.937,1.25 22.75,6.063 22.75,12 22.75,12.414 22.414,12.75 22,12.75 21.586,12.75 21.25,12.414 21.25,12 21.25,6.891 17.109,2.75 12,2.75 11.586,2.75 11.25,2.414 11.25,2zM21.468,15.313C21.848,15.479 22.021,15.921 21.855,16.3 20.197,20.095 16.409,22.75 12,22.75 11.586,22.75 11.25,22.414 11.25,22 11.25,21.586 11.586,21.25 12,21.25 15.792,21.25 19.053,18.968 20.481,15.7 20.646,15.32 21.089,15.147 21.468,15.313z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.